mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-12 17:51:28 +00:00
zone.cpp & .h include header cleanup
This commit is contained in:
parent
9ef0fa13c7
commit
c646a6c43a
@ -35,6 +35,7 @@
|
||||
#include "../common/rulesys.h"
|
||||
#include "../common/seperator.h"
|
||||
#include "../common/string_util.h"
|
||||
|
||||
#include "client_logs.h"
|
||||
#include "guild_mgr.h"
|
||||
#include "map.h"
|
||||
@ -48,8 +49,8 @@
|
||||
#include "spawngroup.h"
|
||||
#include "water_map.h"
|
||||
#include "worldserver.h"
|
||||
#include "zone_config.h"
|
||||
#include "zone.h"
|
||||
#include "zone_config.h"
|
||||
|
||||
#ifdef _WINDOWS
|
||||
#define snprintf _snprintf
|
||||
|
||||
@ -67,10 +67,14 @@ struct item_tick_struct {
|
||||
std::string qglobal;
|
||||
};
|
||||
|
||||
class Client;
|
||||
class Map;
|
||||
class WaterMap;
|
||||
class Mob;
|
||||
class PathManager;
|
||||
class WaterMap;
|
||||
extern EntityList entity_list;
|
||||
struct NPCType;
|
||||
struct ServerZoneIncommingClient_Struct;
|
||||
|
||||
class Zone
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user