initial import

This commit is contained in:
David Anderson
2006-04-23 01:10:06 +00:00
parent 3ba923e4c0
commit 27d8cde394
38 changed files with 11324 additions and 0 deletions

View File

@ -0,0 +1,10 @@
#ifndef _INCLUDE_SOURCEMOD_THREAD_SUPPORT_H
#define _INCLUDE_SOURCEMOD_THREAD_SUPPORT_H
#if defined __linux__
#include "PosixThreads.h"
#elif defined WIN32
#include "WinThreads.h"
#endif
#endif //_INCLUDE_SOURCEMOD_THREAD_SUPPORT_H