mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Fix linker error for client DLL
Unresolved external symbol for g_pEngineServer VFTable.
This commit is contained in:
parent
d5ef71200f
commit
75406ab7bc
@ -18,7 +18,9 @@
|
||||
#include "engine/sys_dll2.h"
|
||||
#include "engine/host_cmd.h"
|
||||
#include "engine/server/sv_main.h"
|
||||
#ifndef CLIENT_DLL
|
||||
#include "server/vengineserver_impl.h"
|
||||
#endif // !CLIENT_DLL
|
||||
#include "client/cdll_engine_int.h"
|
||||
#include "engine/enginetrace.h"
|
||||
#ifndef CLIENT_DLL
|
||||
|
Loading…
x
Reference in New Issue
Block a user