Fix linker error

Unresolved external symbols due to declaration without definitions for server game interface globals.
This commit is contained in:
Kawe Mazidjatari 2023-01-16 21:16:34 +01:00
parent 21f4d0fa07
commit 202e4525a1

View File

@ -51,11 +51,11 @@
#endif // !DEDICATED
#ifndef CLIENT_DLL
#include "game/server/detour_impl.h"
#include "game/server/gameinterface.h"
#endif // !CLIENT_DLL
#ifndef DEDICATED
#include "game/client/viewrender.h"
#endif // !DEDICATED
#include <game/server/gameinterface.h>
/*