mirror of
https://github.com/glest/glest-source.git
synced 2025-09-26 07:28:59 +02:00
Added ability to automatically log debug info to a debug logfile (respecting the new read / write configurable path)
This commit is contained in:
@@ -29,6 +29,7 @@ public:
|
||||
|
||||
static bool enableDebugText;
|
||||
static bool enableNetworkDebugInfo;
|
||||
static const char *debugLogFile;
|
||||
|
||||
static void OutputDebug(DebugType type, const char *fmt, ...);
|
||||
};
|
||||
|
Reference in New Issue
Block a user