mirror of
https://github.com/EQEmu/Server.git
synced 2026-08-30 17:58:16 +00:00
More
This commit is contained in:
+1
-1
@@ -295,7 +295,7 @@ IF (EQEMU_BUILD_PCH)
|
||||
TARGET_PRECOMPILE_HEADERS(zone PRIVATE ../common/pch/pch-utilities.h)
|
||||
TARGET_PRECOMPILE_HEADERS(zone PRIVATE ../common/pch/pch-types.h)
|
||||
TARGET_PRECOMPILE_HEADERS(zone PRIVATE ../common/pch/pch-fmt.h)
|
||||
TARGET_PRECOMPILE_HEADERS(zone PRIVATE ../common/types.h ../common/eqemu_logsys.h ../common/eqemu_logsys_log_aliases.cpp ../common/features.h ../common/global_define.h)
|
||||
TARGET_PRECOMPILE_HEADERS(zone PRIVATE ../common/pch/pch-repositories.h)
|
||||
TARGET_PRECOMPILE_HEADERS(zone PRIVATE pch/pch.h)
|
||||
ENDIF()
|
||||
|
||||
|
||||
@@ -11,10 +11,43 @@
|
||||
#include "../client.h"
|
||||
#include "../zone.h"
|
||||
|
||||
// perl
|
||||
|
||||
#include "../embperl.h"
|
||||
|
||||
// lua
|
||||
#include "lua.hpp"
|
||||
#include <luabind/luabind.hpp>
|
||||
#include <luabind/object.hpp>
|
||||
#include <luabind/class.hpp>
|
||||
|
||||
#include "../lua_object.h"
|
||||
#include "../lua_spell.h"
|
||||
#include "../lua_item.h"
|
||||
#include "../lua_bit.h"
|
||||
#include "../lua_mob.h"
|
||||
#include "../lua_packet.h"
|
||||
#include "../lua_npc.h"
|
||||
#include "../lua_expedition.h"
|
||||
#include "../lua_mod.h"
|
||||
#include "../lua_inventory.h"
|
||||
#include "../lua_encounter.h"
|
||||
#include "../lua_raid.h"
|
||||
#include "../lua_client.h"
|
||||
#include "../lua_bot.h"
|
||||
#include "../lua_general.h"
|
||||
#include "../lua_entity.h"
|
||||
#include "../lua_ptr.h"
|
||||
#include "../lua_spawn.h"
|
||||
#include "../lua_iteminst.h"
|
||||
#include "../lua_group.h"
|
||||
#include "../lua_hate_list.h"
|
||||
#include "../lua_corpse.h"
|
||||
#include "../lua_buff.h"
|
||||
#include "../lua_entity_list.h"
|
||||
#include "../lua_parser.h"
|
||||
#include "../lua_door.h"
|
||||
#include "../lua_parser_events.h"
|
||||
#include "../lua_stat_bonuses.h"
|
||||
|
||||
#endif //EQEMU_ZONE_PCH_H
|
||||
|
||||
Reference in New Issue
Block a user