pch testing

This commit is contained in:
Akkadius
2024-10-01 20:11:32 -05:00
parent bcd943a964
commit 75a11552fc
11 changed files with 104 additions and 41 deletions
+20
View File
@@ -0,0 +1,20 @@
#ifndef EQEMU_ZONE_PCH_H
#define EQEMU_ZONE_PCH_H
#include "../quest_parser_collection.h"
#include "../mob.h"
#include "../npc.h"
#include "../corpse.h"
#include "../doors.h"
#include "../bot.h"
#include "../entity.h"
#include "../client.h"
#include "../zone.h"
// lua
#include "lua.hpp"
#include <luabind/luabind.hpp>
#include <luabind/object.hpp>
#include <luabind/class.hpp>
#endif //EQEMU_ZONE_PCH_H