LeviLamina
Loading...
Searching...
No Matches
REParseState.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5struct REParseState {
6public:
7 // member variables
8 // NOLINTBEGIN
22#ifdef LL_PLAT_S
24#else // LL_PLAT_C
26#endif
27 // NOLINTEND
28
29public:
30 // prevent constructor by default
31 REParseState& operator=(REParseState const&);
32 REParseState(REParseState const&);
33 REParseState();
34};
Definition Alias.h:14