mirror of
https://github.com/EQEmu/Server.git
synced 2026-01-05 16:43:53 +00:00
21 lines
407 B
C
21 lines
407 B
C
#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
|