beacon.h/cpp header cleanup

This commit is contained in:
Akkadius
2014-12-15 04:56:01 -06:00
parent 123da175e1
commit ee4935566b
2 changed files with 16 additions and 3 deletions
+4 -1
View File
@@ -19,11 +19,14 @@
#ifndef BEACON_H
#define BEACON_H
#include "entity.h"
#include "mob.h"
#include "../common/types.h"
#include "../common/timer.h"
class Group;
class Raid;
struct ExtraAttackOptions;
class Beacon : public Mob
{
public: