aboutsummaryrefslogtreecommitdiff
path: root/src/game/BattleGroundRV.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/BattleGroundRV.h')
-rw-r--r--src/game/BattleGroundRV.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/game/BattleGroundRV.h b/src/game/BattleGroundRV.h
index e3e94baf101..4cfa8940bc3 100644
--- a/src/game/BattleGroundRV.h
+++ b/src/game/BattleGroundRV.h
@@ -17,9 +17,7 @@
*/
#ifndef __BATTLEGROUNDRV_H
#define __BATTLEGROUNDRV_H
-
class BattleGround;
-
class BattleGroundRVScore : public BattleGroundScore
{
public:
@@ -27,21 +25,17 @@ class BattleGroundRVScore : public BattleGroundScore
virtual ~BattleGroundRVScore() {};
//TODO fix me
};
-
class BattleGroundRV : public BattleGround
{
friend class BattleGroundMgr;
-
public:
BattleGroundRV();
~BattleGroundRV();
void Update(uint32 diff);
-
/* inherited from BattlegroundClass */
virtual void AddPlayer(Player *plr);
virtual void StartingEventCloseDoors();
virtual void StartingEventOpenDoors();
-
void RemovePlayer(Player *plr, uint64 guid);
void HandleAreaTrigger(Player *Source, uint32 Trigger);
bool SetupBattleGround();