mirror of
https://bitbucket.org/theswgsource/src-1.2.git
synced 2026-07-31 01:15:48 -04:00
Added sharedThread library
This commit is contained in:
@@ -0,0 +1 @@
|
||||
#include "../../src/shared/FirstSharedThread.h"
|
||||
@@ -0,0 +1 @@
|
||||
#include "../../src/shared/RunThread.h"
|
||||
@@ -0,0 +1 @@
|
||||
#include "../../src/shared/SetupSharedThread.h"
|
||||
@@ -0,0 +1,7 @@
|
||||
#if defined(PLATFORM_WIN32)
|
||||
#include "../../src/win32/Thread.h"
|
||||
#elif defined(PLATFORM_LINUX)
|
||||
#include "../../src/linux/Thread.h"
|
||||
#else
|
||||
#error unsupported platform
|
||||
#endif
|
||||
@@ -0,0 +1 @@
|
||||
#include "../../src/shared/ThreadHandle.h"
|
||||
Reference in New Issue
Block a user