32 #ifndef _INCLUDE_METAMOD_WRAPPERS_H_
33 #define _INCLUDE_METAMOD_WRAPPERS_H_
36 #define GetEngineFactory engineFactory
37 #define GetServerFactory serverFactory
38 #define GetPhysicsFactory physicsFactory
39 #define GetFileSystemFactory fileSystemFactory
41 #define GetCGlobals pGlobals
43 #define UnregisterConCommandBase UnregisterConCmdBase
46 #define CVAR_INTERFACE_VERSION VENGINE_CVAR_INTERFACE_VERSION
48 #define METAMOD_PLAPI_NAME PLAPI_NAME
50 #endif //_INCLUDE_METAMOD_WRAPPERS_H_