mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-17 03:08:26 +00:00
normalize includes: zone
This commit is contained in:
+8
-7
@@ -1,12 +1,13 @@
|
||||
#ifdef LUA_EQEMU
|
||||
|
||||
#include "lua.hpp"
|
||||
#include <luabind/luabind.hpp>
|
||||
#include <luabind/iterator_policy.hpp>
|
||||
|
||||
#include "corpse.h"
|
||||
#include "lua_corpse.h"
|
||||
#include "lua_client.h"
|
||||
|
||||
#include "zone/corpse.h"
|
||||
#include "zone/lua_client.h"
|
||||
|
||||
#include "lua.hpp"
|
||||
#include "luabind/iterator_policy.hpp"
|
||||
#include "luabind/luabind.hpp"
|
||||
|
||||
struct Lua_Corpse_Loot_List {
|
||||
std::vector<uint32> entries;
|
||||
@@ -266,4 +267,4 @@ luabind::scope lua_register_corpse_loot_list() {
|
||||
.def_readwrite("entries", &Lua_Corpse_Loot_List::entries, luabind::return_stl_iterator);
|
||||
}
|
||||
|
||||
#endif
|
||||
#endif // LUA_EQEMU
|
||||
|
||||
Reference in New Issue
Block a user