mirror of
https://github.com/EQEmu/Server.git
synced 2026-03-10 22:42:25 +00:00
pathing.cpp & .h header include cleanup
This commit is contained in:
parent
0e581f38d2
commit
631d8cb015
@ -1,22 +1,22 @@
|
|||||||
#include "../common/debug.h"
|
#include "../common/debug.h"
|
||||||
#include <string.h>
|
|
||||||
#include <math.h>
|
#include "client.h"
|
||||||
#include <list>
|
#include "doors.h"
|
||||||
#include <algorithm>
|
|
||||||
#include <sstream>
|
|
||||||
#include <fstream>
|
|
||||||
#include "pathing.h"
|
#include "pathing.h"
|
||||||
#include "water_map.h"
|
#include "water_map.h"
|
||||||
#include "../common/misc_functions.h"
|
|
||||||
#include "doors.h"
|
|
||||||
#include "client.h"
|
|
||||||
#include "zone.h"
|
#include "zone.h"
|
||||||
|
|
||||||
|
#include <fstream>
|
||||||
|
#include <list>
|
||||||
|
#include <math.h>
|
||||||
|
#include <sstream>
|
||||||
|
#include <string.h>
|
||||||
|
|
||||||
#ifdef _WINDOWS
|
#ifdef _WINDOWS
|
||||||
#define snprintf _snprintf
|
#define snprintf _snprintf
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
//#define PATHDEBUG
|
//#define PATHDEBUG
|
||||||
#define ABS(x) ((x)<0?-(x):(x))
|
#define ABS(x) ((x)<0?-(x):(x))
|
||||||
|
|
||||||
extern Zone *zone;
|
extern Zone *zone;
|
||||||
|
|||||||
@ -1,11 +1,9 @@
|
|||||||
#ifndef PATHING_H
|
#ifndef PATHING_H
|
||||||
#define PATHING_H
|
#define PATHING_H
|
||||||
#include <algorithm>
|
|
||||||
#include "map.h"
|
#include "map.h"
|
||||||
#include "../common/timer.h"
|
|
||||||
#include <list>
|
#include <list>
|
||||||
#include <vector>
|
|
||||||
#include <algorithm>
|
|
||||||
|
|
||||||
class Client;
|
class Client;
|
||||||
class Mob;
|
class Mob;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user