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, 6 insertions, 0 deletions
diff --git a/src/game/BattleGroundRV.h b/src/game/BattleGroundRV.h
index 4cfa8940bc3..e3e94baf101 100644
--- a/src/game/BattleGroundRV.h
+++ b/src/game/BattleGroundRV.h
@@ -17,7 +17,9 @@
*/
#ifndef __BATTLEGROUNDRV_H
#define __BATTLEGROUNDRV_H
+
class BattleGround;
+
class BattleGroundRVScore : public BattleGroundScore
{
public:
@@ -25,17 +27,21 @@ 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();