SourceMod SDK  1.7
metamod_wrappers.h
1 
32 #ifndef _INCLUDE_METAMOD_WRAPPERS_H_
33 #define _INCLUDE_METAMOD_WRAPPERS_H_
34 
35 /* Get iface wrappers */
36 #define GetEngineFactory engineFactory
37 #define GetServerFactory serverFactory
38 #define GetPhysicsFactory physicsFactory
39 #define GetFileSystemFactory fileSystemFactory
40 
41 #define GetCGlobals pGlobals
42 
43 #define UnregisterConCommandBase UnregisterConCmdBase
44 
45 /* Valve interface wrappers */
46 #define CVAR_INTERFACE_VERSION VENGINE_CVAR_INTERFACE_VERSION
47 
48 #define METAMOD_PLAPI_NAME PLAPI_NAME
49 
50 #endif //_INCLUDE_METAMOD_WRAPPERS_H_