Eluna fix mangos build

This commit is contained in:
Rochet2
2014-04-25 11:37:46 +03:00
committed by Foereaper
parent 0fd4fbd945
commit 404cbf3d11
2 changed files with 5 additions and 1 deletions

View File

@@ -7,7 +7,6 @@
#include <ace/Dirent.h>
#include <ace/OS_NS_sys_stat.h>
#include "LuaEngine.h"
#include "Config.h"
#ifdef MANGOS
INSTANTIATE_SINGLETON_1(Eluna);

View File

@@ -23,6 +23,11 @@ extern "C"
#include "CellImpl.h"
#include "Chat.h"
#include "Channel.h"
#ifdef MANGOS
#include "Config/Config.h"
#else
#include "Config.h"
#endif
#include "DBCStores.h"
#include "GossipDef.h"
#include "GridNotifiers.h"