|
|
|
@ -58,7 +58,6 @@ CBaseEntity
@@ -58,7 +58,6 @@ CBaseEntity
|
|
|
|
|
|
|
|
|
|
extern "C" EXPORT int GetEntityAPI( DLL_FUNCTIONS *pFunctionTable, int interfaceVersion ); |
|
|
|
|
extern "C" EXPORT int GetEntityAPI2( DLL_FUNCTIONS *pFunctionTable, int *interfaceVersion ); |
|
|
|
|
extern "C" EXPORT int Server_GetPhysicsInterface( int iVersion, server_physics_api_t *pfuncsFromEngine, physics_interface_t *pFunctionTable ); |
|
|
|
|
|
|
|
|
|
extern int DispatchSpawn( edict_t *pent ); |
|
|
|
|
extern void DispatchKeyValue( edict_t *pentKeyvalue, KeyValueData *pkvd ); |
|
|
|
|