mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-03 05:16:37 +00:00
pch testing
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user