mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-16 22:58:34 +00:00
Added EQEmuLogSys logger; pointer to the rest of the projects
This commit is contained in:
@@ -17,6 +17,7 @@
|
||||
|
||||
*/
|
||||
|
||||
#include "../common/eqemu_logsys.h"
|
||||
#include "../common/debug.h"
|
||||
#include "clientlist.h"
|
||||
#include "../common/opcodemgr.h"
|
||||
@@ -50,6 +51,7 @@ std::string WorldShortName;
|
||||
const ucsconfig *Config;
|
||||
|
||||
WorldServer *worldserver = nullptr;
|
||||
EQEmuLogSys logger;
|
||||
|
||||
void CatchSignal(int sig_num) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user