/* EQEmu: EQEmulator
Copyright (C) 2001-2026 EQEmu Development Team
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see .
*/
#ifdef LUA_EQEMU
#include "lua_general.h"
#include "common/classes.h"
#include "common/content/world_content_service.h"
#include "common/data_bucket.h"
#include "common/events/player_event_logs.h"
#include "common/rulesys.h"
#include "common/timer.h"
#include "zone/dialogue_window.h"
#include "zone/dynamic_zone.h"
#include "zone/encounter.h"
#include "zone/lua_client.h"
#include "zone/lua_encounter.h"
#include "zone/lua_entity_list.h"
#include "zone/lua_expedition.h"
#include "zone/lua_item.h"
#include "zone/lua_iteminst.h"
#include "zone/lua_npc.h"
#include "zone/lua_spell.h"
#include "zone/lua_zone.h"
#include "zone/qglobals.h"
#include "zone/quest_parser_collection.h"
#include "zone/questmgr.h"
#include "zone/worldserver.h"
#include "zone/zone.h"
#include "lua.hpp"
#include "luabind/luabind.hpp"
#include
#include