aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/star_control/star_control.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/star_control/star_control.h')
-rw-r--r--engines/titanic/star_control/star_control.h15
1 files changed, 12 insertions, 3 deletions
diff --git a/engines/titanic/star_control/star_control.h b/engines/titanic/star_control/star_control.h
index c771373135..43cfdc4a05 100644
--- a/engines/titanic/star_control/star_control.h
+++ b/engines/titanic/star_control/star_control.h
@@ -66,9 +66,18 @@ public:
*/
virtual void draw(CScreenManager *screenManager);
- void fn1(int v);
- void fn3();
- void fn4();
+ void fn1(int action);
+ bool fn4();
+
+ /**
+ * Returns true if a star destination can be set
+ */
+ bool canSetStarDestination() const;
+
+ /**
+ * Called when a star destination is set
+ */
+ void starDestinationSet();
};
} // End of namespace Titanic