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.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/engines/titanic/star_control/star_control.h b/engines/titanic/star_control/star_control.h
index e4072d7d62..7efd3869c1 100644
--- a/engines/titanic/star_control/star_control.h
+++ b/engines/titanic/star_control/star_control.h
@@ -70,6 +70,11 @@ public:
virtual void draw(CScreenManager *screenManager);
/**
+ * _starField is currently showing the starfield
+ */
+ bool isStarFieldMode();
+
+ /**
* Does an action in the star control
*/
void doAction(StarControlAction action);