mirror of
https://github.com/debauchee/barrier.git
synced 2024-12-02 08:19:57 +03:00
5709d8ddef
library: platform. also removed test.cpp.
12 lines
162 B
C++
12 lines
162 B
C++
#include "common.h"
|
|
|
|
#if defined(CONFIG_PLATFORM_WIN32)
|
|
|
|
#include "CWin32Platform.cpp"
|
|
|
|
#elif defined(CONFIG_PLATFORM_UNIX)
|
|
|
|
#include "CUnixPlatform.cpp"
|
|
|
|
#endif
|