aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/pet_control/pet_glyphs.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/pet_control/pet_glyphs.h')
-rw-r--r--engines/titanic/pet_control/pet_glyphs.h20
1 files changed, 10 insertions, 10 deletions
diff --git a/engines/titanic/pet_control/pet_glyphs.h b/engines/titanic/pet_control/pet_glyphs.h
index 79e032162c..ac008c5ab0 100644
--- a/engines/titanic/pet_control/pet_glyphs.h
+++ b/engines/titanic/pet_control/pet_glyphs.h
@@ -275,16 +275,6 @@ private:
CPetGlyph *getGlyph(int index) const;
/**
- * Scrolls the glyphs to the left
- */
- void scrollLeft();
-
- /**
- * Scrolls the glyphs to the right
- */
- void scrollRight();
-
- /**
* Set the first visible glyph index
*/
void setFirstVisible(int index);
@@ -456,6 +446,16 @@ public:
void scrollToStart() { _firstVisibleIndex = 0; }
/**
+ * Scrolls the glyphs to the left
+ */
+ void scrollLeft();
+
+ /**
+ * Scrolls the glyphs to the right
+ */
+ void scrollRight();
+
+ /**
* Increment the currently selected index
*/
void incSelection();