sourcemod/core/sm_globals.h
David Anderson 9141ae103e began JIT integration
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40165
2006-11-08 07:32:44 +00:00

16 lines
368 B
C++

#ifndef _INCLUDE_SOURCEMOD_GLOBALS_H_
#define _INCLUDE_SOURCEMOD_GLOBALS_H_
#include <sp_vm_types.h>
#include <sp_vm_api.h>
#include "sm_platform.h"
#include "interfaces/IShareSys.h"
using namespace SourcePawn;
using namespace SourceMod;
extern ISourcePawnEngine *g_pSourcePawn;
extern IVirtualMachine *g_pVM;
#endif //_INCLUDE_SOURCEMOD_GLOBALS_H_