mirror of
https://bitbucket.org/theswgsource/src-1.2.git
synced 2026-07-15 00:08:07 -04:00
8 lines
169 B
C
8 lines
169 B
C
#if defined(PLATFORM_WIN32)
|
|
#include "../../src/win32/VTune.h"
|
|
#elif defined(PLATFORM_LINUX)
|
|
#include "../../src/linux/VTune.h"
|
|
#else
|
|
#error unsupported platform
|
|
#endif
|