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
+3
View File
@@ -16,6 +16,7 @@
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include "../../common/eqemu_logsys.h"
#include "../../common/debug.h"
#include "../../common/shareddb.h"
#include "../../common/eqemu_config.h"
@@ -24,6 +25,8 @@
#include "../../common/rulesys.h"
#include "../../common/string_util.h"
EQEmuLogSys logger;
void ImportSpells(SharedDatabase *db);
void ImportSkillCaps(SharedDatabase *db);
void ImportBaseData(SharedDatabase *db);