From c737e6429866f18638a6b61103e4e1c7095407e6 Mon Sep 17 00:00:00 2001 From: Strangerke Date: Sun, 2 Sep 2012 10:34:11 +0200 Subject: TONY: Move code from .h to .cpp files --- engines/tony/game.h | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) (limited to 'engines/tony/game.h') diff --git a/engines/tony/game.h b/engines/tony/game.h index 1c955176bf..83a1ddaea1 100644 --- a/engines/tony/game.h +++ b/engines/tony/game.h @@ -189,12 +189,8 @@ public: bool doFrame(const RMPoint &mousePos, bool bLeftClick, bool bRightClick); virtual void draw(CORO_PARAM, RMGfxTargetBuffer &bigBuf, RMGfxPrimitive *prim); void addToList(RMGfxTargetBuffer &bigBuf); - bool isActive() { - return _bActive; - } - void setActiveState(bool bState) { - _bActive = bState; - } + bool isActive(); + void setActiveState(bool bState); }; class RMOptionSlide : public RMGfxTaskSetPrior { @@ -219,9 +215,7 @@ public: virtual void draw(CORO_PARAM, RMGfxTargetBuffer &bigBuf, RMGfxPrimitive *prim); void addToList(RMGfxTargetBuffer &bigBuf); - int getValue() { - return _nValue; - } + int getValue(); }; class RMOptionScreen : public RMGfxWoodyBuffer { -- cgit v1.2.3