mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-22 16:28:28 +00:00
Added EQEmuLogSys logger; pointer to the rest of the projects
This commit is contained in:
+2
-1
@@ -25,6 +25,7 @@
|
||||
#include <signal.h>
|
||||
|
||||
#include "../common/debug.h"
|
||||
#include "../common/eqemu_logsys.h"
|
||||
#include "../common/queue.h"
|
||||
#include "../common/timer.h"
|
||||
#include "../common/eq_stream_factory.h"
|
||||
@@ -103,7 +104,7 @@ volatile bool RunLoops = true;
|
||||
uint32 numclients = 0;
|
||||
uint32 numzones = 0;
|
||||
bool holdzones = false;
|
||||
|
||||
EQEmuLogSys logger;
|
||||
|
||||
extern ConsoleList console_list;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user