mirror of
https://github.com/SWG-Source/src.git
synced 2026-07-29 23:15:56 -04:00
Initial commits of the sharedDebug and sharedMemoryManager projects
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
#if defined(PLATFORM_WIN32)
|
||||
#include "../../src/win32/OsMemory.h"
|
||||
#elif defined(PLATFORM_LINUX)
|
||||
#include "../../src/linux/OsMemory.h"
|
||||
#else
|
||||
#error unsupported platform
|
||||
#endif
|
||||
+1
@@ -0,0 +1 @@
|
||||
#include "../../src/shared/FirstSharedMemoryManager.h"
|
||||
+1
@@ -0,0 +1 @@
|
||||
#include "../../src/shared/MemoryManager.h"
|
||||
+7
@@ -0,0 +1,7 @@
|
||||
#if defined(PLATFORM_WIN32)
|
||||
#include "../../src/win32/OsNewDel.h"
|
||||
#elif defined(PLATFORM_LINUX)
|
||||
#include "../../src/linux/OsNewDel.h"
|
||||
#else
|
||||
#error unsupported platform
|
||||
#endif
|
||||
Reference in New Issue
Block a user