fix: g_debugMode - client side global debugvariable, moved to util.c
This commit is contained in:
@@ -9,6 +9,9 @@
|
||||
//-----------------------------------------------------------------------------
|
||||
#include "util.h"
|
||||
|
||||
// global client debug variable
|
||||
uint8_t g_debugMode = 0;
|
||||
|
||||
#ifdef _WIN32
|
||||
#include <windows.h>
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user