mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-08-26 22:03:06 -06:00
7 lines
156 B
C
7 lines
156 B
C
#ifdef flagSKELETON
|
|
#define GUIPLATFORM_INCLUDE <Skeleton/Skeleton.h>
|
|
#endif
|
|
|
|
#ifdef flagWINALT
|
|
#define GUIPLATFORM_INCLUDE <WinAlt/WinAlt.h>
|
|
#endif
|