From 6cc78b593d5519582aecadecb5325ab61e049e86 Mon Sep 17 00:00:00 2001 From: Andrey Akhmichin Date: Wed, 22 Apr 2020 14:07:48 +0500 Subject: [PATCH] Fix compilation. --- dlls/cbase.h | 1 - 1 file changed, 1 deletion(-) diff --git a/dlls/cbase.h b/dlls/cbase.h index a15638ab..a09b0a61 100644 --- a/dlls/cbase.h +++ b/dlls/cbase.h @@ -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 );