Restore g_physfuncs definition.

This commit is contained in:
Andrey Akhmichin 2023-03-12 01:46:13 +05:00
parent 171ee648a3
commit 7e0640b1a4
No known key found for this signature in database
GPG Key ID: BE329F7886439BC8
2 changed files with 5 additions and 0 deletions

View File

@ -28,6 +28,7 @@
// Holds engine functionality callbacks
enginefuncs_t g_engfuncs;
globalvars_t *gpGlobals;
server_physics_api_t g_physfuncs;
#if _WIN32

View File

@ -26,6 +26,10 @@
#include "enginecallback.h"
#endif
#ifndef PHYSCALLBACK_H
#include "physcallback.h"
#endif
#include <string.h>
#include <ctype.h>
inline void MESSAGE_BEGIN( int msg_dest, int msg_type, const float *pOrigin, entvars_t *ent ); // implementation later in this file