Added EQEmuLogSys logger; pointer to the rest of the projects

This commit is contained in:
Akkadius
2015-01-10 18:12:58 -06:00
parent b7ade8bf1b
commit 7a9860fdd1
11 changed files with 30 additions and 9 deletions
+2
View File
@@ -18,6 +18,7 @@
*/
#include "../common/debug.h"
#include "../common/eqemu_logsys.h"
#include "../common/opcodemgr.h"
#include "../common/eq_stream_factory.h"
#include "../common/rulesys.h"
@@ -39,6 +40,7 @@ LFGuildManager lfguildmanager;
std::string WorldShortName;
const queryservconfig *Config;
WorldServer *worldserver = 0;
EQEmuLogSys logger;
void CatchSignal(int sig_num) {
RunLoops = false;