diff options
Diffstat (limited to 'src/game/Unit.h')
-rw-r--r-- | src/game/Unit.h | 3 |
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 (); |