LeviLamina
Loading...
Searching...
No Matches
JSShape.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5struct JSShape {
6public:
7 // member variables
8 // NOLINTBEGIN
20 // NOLINTEND
21
22public:
23 // prevent constructor by default
24 JSShape& operator=(JSShape const&);
25 JSShape(JSShape const&);
26 JSShape();
27};
Definition JSShape.h:5
Definition Alias.h:14