LeviLamina
Loading...
Searching...
No Matches
JSProperty.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5struct JSProperty {
6public:
7// member variables
8// NOLINTBEGIN
9#ifdef LL_PLAT_S
11#else // LL_PLAT_C
13#endif
14 // NOLINTEND
15
16public:
17 // prevent constructor by default
18 JSProperty& operator=(JSProperty const&);
19 JSProperty(JSProperty const&);
20 JSProperty();
21};
Definition Alias.h:14