 |
Plasma Engine
2.0
|
Loading...
Searching...
No Matches
3#ifdef BUILDSYSTEM_BUILDING_CORE_LIB
4# define PL_CORE_INTERNAL_HEADER_ALLOWED 1
6# define PL_CORE_INTERNAL_HEADER_ALLOWED 0
9#define PL_CORE_INTERNAL_HEADER static_assert(PL_CORE_INTERNAL_HEADER_ALLOWED, "This is an internal pl header. Please do not #include it directly.");