1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
///////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////
// 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"
///////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////
|