mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-06 20:46:35 +00:00
masterentity.h header order cleanup
hate_list.cpp & .h header cleanup and forward declare
This commit is contained in:
@@ -19,6 +19,12 @@
|
||||
#ifndef HATELIST_H
|
||||
#define HATELIST_H
|
||||
|
||||
class Client;
|
||||
class Group;
|
||||
class Mob;
|
||||
class Raid;
|
||||
struct ExtraAttackOptions;
|
||||
|
||||
struct tHateEntry
|
||||
{
|
||||
Mob *ent;
|
||||
|
||||
Reference in New Issue
Block a user