Plasma Engine  2.0
Loading...
Searching...
No Matches
CoreInternal.h
1#pragma once
2
3#ifdef BUILDSYSTEM_BUILDING_CORE_LIB
4# define PL_CORE_INTERNAL_HEADER_ALLOWED 1
5#else
6# define PL_CORE_INTERNAL_HEADER_ALLOWED 0
7#endif
8
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.");