mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-24 05:18:40 +00:00
zonedb.h forward declarations
zonedb.cpp #include cleanup
This commit is contained in:
+17
-9
@@ -3,10 +3,24 @@
|
||||
|
||||
#include "../common/shareddb.h"
|
||||
#include "../common/eq_packet_structs.h"
|
||||
#include "../common/loottable.h"
|
||||
#include "zonedump.h"
|
||||
#include "../common/faction.h"
|
||||
#include <limits>
|
||||
|
||||
class Client;
|
||||
class Corpse;
|
||||
class Merc;
|
||||
class NPC;
|
||||
class Petition;
|
||||
class Spawn2;
|
||||
class SpawnGroupList;
|
||||
class ItemInst;
|
||||
struct CharacterEventLog_Struct;
|
||||
struct Door;
|
||||
struct ExtendedProfile_Struct;
|
||||
struct NPCType;
|
||||
struct PlayerCorpse_Struct;
|
||||
struct ZonePoint;
|
||||
struct npcDecayTimes_Struct;
|
||||
template <class TYPE> class LinkedList;
|
||||
|
||||
//#include "doors.h"
|
||||
|
||||
@@ -201,12 +215,6 @@ struct ClientMercEntry {
|
||||
uint32 npcid;
|
||||
};
|
||||
|
||||
class ItemInst;
|
||||
struct FactionMods;
|
||||
struct FactionValue;
|
||||
struct LootTable_Struct;
|
||||
|
||||
|
||||
class ZoneDatabase : public SharedDatabase {
|
||||
typedef std::list<ServerLootItem_Struct*> ItemList;
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user