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