aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/star_control/star_view.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/star_control/star_view.h')
-rw-r--r--engines/titanic/star_control/star_view.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/engines/titanic/star_control/star_view.h b/engines/titanic/star_control/star_view.h
index 7ec86b5d22..cc40fb4a16 100644
--- a/engines/titanic/star_control/star_view.h
+++ b/engines/titanic/star_control/star_view.h
@@ -88,6 +88,16 @@ public:
* Handles keyboard messages
*/
CErrorCode KeyCharMsg(int key);
+
+ /**
+ * 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