mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-16 01:01:30 +00:00
Header cleanup of aggro.cpp
This commit is contained in:
parent
afd3b9acdc
commit
f81f62670e
@ -15,18 +15,22 @@
|
|||||||
along with this program; if not, write to the Free Software
|
along with this program; if not, write to the Free Software
|
||||||
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "../common/debug.h"
|
#include "../common/debug.h"
|
||||||
#include <stdlib.h>
|
|
||||||
#include <math.h>
|
|
||||||
#include "masterentity.h"
|
|
||||||
#include "../common/faction.h"
|
#include "../common/faction.h"
|
||||||
#include "map.h"
|
|
||||||
#include "../common/spdat.h"
|
|
||||||
#include "../common/skills.h"
|
|
||||||
#include "../common/misc_functions.h"
|
|
||||||
#include "../common/rulesys.h"
|
#include "../common/rulesys.h"
|
||||||
#include "string_ids.h"
|
#include "../common/spdat.h"
|
||||||
#include <iostream>
|
|
||||||
|
#include "client.h"
|
||||||
|
#include "corpse.h"
|
||||||
|
#include "entity.h"
|
||||||
|
#include "mob.h"
|
||||||
|
|
||||||
|
#ifdef BOTS
|
||||||
|
#include "bot.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#include "map.h"
|
||||||
|
|
||||||
extern Zone* zone;
|
extern Zone* zone;
|
||||||
//#define LOSDEBUG 6
|
//#define LOSDEBUG 6
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user