Revert "Revert "Build System Updated""

This commit is contained in:
Alex
2019-10-13 18:49:16 -07:00
committed by GitHub
parent 7edfdbd9db
commit 058a722569
191 changed files with 10469 additions and 14086 deletions
+4
View File
@@ -1,3 +1,5 @@
#ifdef LUA_EQEMU
#include "lua.hpp"
#include <luabind/luabind.hpp>
#include <luabind/object.hpp>
@@ -629,3 +631,5 @@ void LuaMod::GetExperienceForKill(Client *self, Mob *against, uint32 &returnValu
lua_pop(L, n);
}
}
#endif