masterentity.h header order cleanup

hate_list.cpp & .h header cleanup and forward declare
This commit is contained in:
Akkadius
2014-12-15 17:34:19 -06:00
parent 1fcb8235c5
commit b733e96aea
3 changed files with 23 additions and 14 deletions
+6
View File
@@ -19,6 +19,12 @@
#ifndef HATELIST_H
#define HATELIST_H
class Client;
class Group;
class Mob;
class Raid;
struct ExtraAttackOptions;
struct tHateEntry
{
Mob *ent;