#ifndef _INCLUDE_SOURCEMOD_GLOBALS_H_ #define _INCLUDE_SOURCEMOD_GLOBALS_H_ /** * @file Contains global headers that most files in SourceMod will need. */ #include #include #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_