mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-17 07:18:37 +00:00
normalize includes: zone
This commit is contained in:
+6
-5
@@ -1,11 +1,12 @@
|
||||
#ifdef LUA_EQEMU
|
||||
|
||||
#include "lua.hpp"
|
||||
#include <luabind/luabind.hpp>
|
||||
|
||||
#include "object.h"
|
||||
#include "lua_object.h"
|
||||
|
||||
#include "zone/object.h"
|
||||
|
||||
#include "lua.hpp"
|
||||
#include "luabind/luabind.hpp"
|
||||
|
||||
void Lua_Object::Depop() {
|
||||
Lua_Safe_Call_Void();
|
||||
self->Depop();
|
||||
@@ -247,4 +248,4 @@ luabind::scope lua_register_object() {
|
||||
.def("VarSave", (uint32(Lua_Object::*)(void))&Lua_Object::VarSave);
|
||||
}
|
||||
|
||||
#endif
|
||||
#endif // LUA_EQEMU
|
||||
|
||||
Reference in New Issue
Block a user