included gamemode header in System.cpp. Will attempt lib calls

This commit is contained in:
adas20 2025-06-23 14:37:28 -04:00
parent 8ca063fe97
commit a5ef39762e

View file

@ -63,11 +63,13 @@
#include "llvm/Config/llvm-config.h"
#endif
// TODO: Decide what to do with including the header file for GAMEMODE to work
//#ifdef GAMEMODE_AVAILABLE
//#include "3rdparty/feralinteractive/gamemode_client.h"
//#endif
// GameMode Inclusion
#ifdef GAMEMODE_AVAILABLE
#pragma GCC diagnostic ignored "-Wold-style-cast"
#endif
extern "C" {
#include "3rdparty/feralinteractive/feralinteractive/lib/gamemode_client.h"
}
LOG_CHANNEL(sys_log, "SYS");