mirror of
https://github.com/EQEmu/Server.git
synced 2026-03-26 17:52:34 +00:00
merc.h header cleanup and forward declare
This commit is contained in:
parent
85b7cc6330
commit
8584895427
13
zone/merc.h
13
zone/merc.h
@ -1,9 +1,18 @@
|
|||||||
#ifndef MERC_H
|
#ifndef MERC_H
|
||||||
#define MERC_H
|
#define MERC_H
|
||||||
#include "mob.h"
|
|
||||||
#include "zonedb.h"
|
|
||||||
#include "npc.h"
|
#include "npc.h"
|
||||||
|
|
||||||
|
class Client;
|
||||||
|
class Corpse;
|
||||||
|
class Group;
|
||||||
|
class Mob;
|
||||||
|
class Raid;
|
||||||
|
struct Item_Struct;
|
||||||
|
struct MercTemplate;
|
||||||
|
struct NPCType;
|
||||||
|
struct NewSpawn_Struct;
|
||||||
|
|
||||||
#define MERC_DEBUG 0
|
#define MERC_DEBUG 0
|
||||||
#define MAXMERCS 1
|
#define MAXMERCS 1
|
||||||
#define TANK 1
|
#define TANK 1
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user