Plasma Engine  2.0
Loading...
Searching...
No Matches
FoundationInternal.h
1#pragma once
2
3#ifdef BUILDSYSTEM_BUILDING_FOUNDATION_LIB
4# define PL_FOUNDATION_INTERNAL_HEADER_ALLOWED 1
5#else
6# define PL_FOUNDATION_INTERNAL_HEADER_ALLOWED 0
7#endif
8
9#define PL_FOUNDATION_INTERNAL_HEADER static_assert(PL_FOUNDATION_INTERNAL_HEADER_ALLOWED, "This is an internal pl header. Please do not #include it directly.");