mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-04-28 13:47:58 +03:00
18 lines
No EOL
766 B
C
18 lines
No EOL
766 B
C
///////////////////////////////////////////////////////////////////////////////
|
|
///////////////////////////////////////////////////////////////////////////////
|
|
// Deprecated. Stubbed here for backwards compatability
|
|
|
|
|
|
///////////////////////////////////////////////////////////////////////////////
|
|
///////////////////////////////////////////////////////////////////////////////
|
|
#include "common/gsPlatform.c"
|
|
#include "common/gsPlatformSocket.c"
|
|
#include "common/gsPlatformThread.c"
|
|
#include "common/gsPlatformUtil.c"
|
|
#include "common/gsDebug.c"
|
|
#include "common/gsAssert.c"
|
|
#include "common/gsMemory.c"
|
|
|
|
|
|
///////////////////////////////////////////////////////////////////////////////
|
|
///////////////////////////////////////////////////////////////////////////////
|