Restructured src folder to be more clean

This commit is contained in:
seefo
2018-01-11 04:17:47 -05:00
parent e99d0f02a8
commit 3e3d18d318
20987 changed files with 5 additions and 1940589 deletions
@@ -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"