Browse Source

Fix compilation.

hl_urbicide
Andrey Akhmichin 5 years ago
parent
commit
6cc78b593d
  1. 1
      dlls/cbase.h

1
dlls/cbase.h

@ -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 );

Loading…
Cancel
Save