mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-03 03:50:40 +00:00
normalize includes: zone
This commit is contained in:
+7
-5
@@ -1,11 +1,12 @@
|
||||
#include "../common/features.h"
|
||||
#include "zone.h"
|
||||
#ifdef LUA_EQEMU
|
||||
|
||||
|
||||
#include <luabind/luabind.hpp>
|
||||
#include "../common/global_define.h"
|
||||
#include "lua_zone.h"
|
||||
|
||||
#include "common/features.h"
|
||||
#include "zone/zone.h"
|
||||
|
||||
#include "luabind/luabind.hpp"
|
||||
|
||||
bool Lua_Zone::BuffTimersSuspended()
|
||||
{
|
||||
Lua_Safe_Call_Bool();
|
||||
@@ -1012,3 +1013,4 @@ luabind::scope lua_register_zone() {
|
||||
.def("VariableExists", &Lua_Zone::VariableExists);
|
||||
}
|
||||
|
||||
#endif // LUA_EQEMU
|
||||
|
||||
Reference in New Issue
Block a user