mirror of
https://github.com/YGGverse/hlsdk-portable.git
synced 2025-03-13 05:51:19 +00:00
Restore g_physfuncs definition.
This commit is contained in:
parent
171ee648a3
commit
7e0640b1a4
@ -28,6 +28,7 @@
|
||||
// Holds engine functionality callbacks
|
||||
enginefuncs_t g_engfuncs;
|
||||
globalvars_t *gpGlobals;
|
||||
server_physics_api_t g_physfuncs;
|
||||
|
||||
#if _WIN32
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user