aboutsummaryrefslogtreecommitdiff
path: root/engines/pink/cursor_mgr.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/pink/cursor_mgr.h')
-rw-r--r--engines/pink/cursor_mgr.h28
1 files changed, 14 insertions, 14 deletions
diff --git a/engines/pink/cursor_mgr.h b/engines/pink/cursor_mgr.h
index c873010681..4f10d2266a 100644
--- a/engines/pink/cursor_mgr.h
+++ b/engines/pink/cursor_mgr.h
@@ -38,26 +38,26 @@ class PinkEngine;
class CursorMgr : public Object {
public:
- CursorMgr(PinkEngine *game, GamePage *page);
- ~CursorMgr();
+ CursorMgr(PinkEngine *game, GamePage *page);
+ ~CursorMgr();
- void update();
- void setCursor(uint index, Common::Point point, const Common::String &itemName);
- void setCursor(Common::String &cursorName, Common::Point point);
+ void update();
+ void setCursor(uint index, Common::Point point, const Common::String &itemName);
+ void setCursor(Common::String &cursorName, Common::Point point);
private:
- void hideItem();
- void startAnimation(int index);
+ void hideItem();
+ void startAnimation(int index);
- Actor *_actor;
- GamePage *_page;
- PinkEngine *_game;
+ Actor *_actor;
+ GamePage *_page;
+ PinkEngine *_game;
- uint _time;
- uint _firstFrameIndex;
+ uint _time;
+ uint _firstFrameIndex;
- bool _isPlayingAnimation;
- bool _isSecondFrame;
+ bool _isPlayingAnimation;
+ bool _isSecondFrame;
};
} // End of namespace Pink