added zlib to source tree added VM API to source tree --HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40164
9 lines
193 B
C
9 lines
193 B
C
#ifndef _INCLUDE_SOURCEMOD_GLOBALHEADER_H_
|
|
#define _INCLUDE_SOURCEMOD_GLOBALHEADER_H_
|
|
|
|
#include <sp_vm_types.h>
|
|
#include <sp_vm_context.h>
|
|
|
|
|
|
#endif //_INCLUDE_SOURCEMOD_GLOBALHEADER_H_
|