sourcemod/core/sourcemod.h
David Anderson 65026ef57e finalized new structure and imported newly proposed plugin system API
added zlib to source tree
added VM API to source tree

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40164
2006-11-08 06:30:20 +00:00

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_