aboutsummaryrefslogtreecommitdiff
path: root/src/game/Unit.h
diff options
context:
space:
mode:
authorBroodWyrm <none@none>2009-04-21 21:02:03 +0200
committerBroodWyrm <none@none>2009-04-21 21:02:03 +0200
commite20e65ced9efd11a009fd63bcd4047ecc4bd3e63 (patch)
tree8607f4b20e262ccbd360f0ee122fc34a8ba72d5a /src/game/Unit.h
parentdaa03d409e0e4b2d5b8f2526796c51a120d03604 (diff)
parent6c38623dfc917836c747293e3fff439432a169a1 (diff)
*Merge.
--HG-- branch : trunk
Diffstat (limited to 'src/game/Unit.h')
-rw-r--r--src/game/Unit.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/game/Unit.h b/src/game/Unit.h
index 3db7573a8b2..1e50ed1e255 100644
--- a/src/game/Unit.h
+++ b/src/game/Unit.h
@@ -1626,6 +1626,9 @@ class TRINITY_DLL_SPEC Unit : public WorldObject
int8 GetTransSeat() const { return m_movementInfo.t_seat; }
bool m_ControlledByPlayer;
+
+ void EnterVehicle(Vehicle *vehicle);
+ void ExitVehicle();
protected:
explicit Unit ();