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:
@@ -1,12 +1,13 @@
|
||||
#ifdef LUA_EQEMU
|
||||
|
||||
#include <luabind/luabind.hpp>
|
||||
#include "lua_encounter.h"
|
||||
#include "encounter.h"
|
||||
|
||||
#include "zone/encounter.h"
|
||||
|
||||
#include "luabind/luabind.hpp"
|
||||
|
||||
luabind::scope lua_register_encounter() {
|
||||
return luabind::class_<Lua_Encounter>("Encounter");
|
||||
}
|
||||
|
||||
#endif
|
||||
#endif // LUA_EQEMU
|
||||
Reference in New Issue
Block a user