mirror of
https://bitbucket.org/theswgsource/src-1.2.git
synced 2026-07-14 00:01:30 -04:00
8 lines
185 B
C
Executable File
8 lines
185 B
C
Executable File
#if defined(PLATFORM_WIN32)
|
|
#include "../../src/win32/FirstPlatform.h"
|
|
#elif defined(PLATFORM_LINUX)
|
|
#include "../../src/linux/FirstPlatform.h"
|
|
#else
|
|
#error unsupported platform
|
|
#endif
|