aboutsummaryrefslogtreecommitdiff
path: root/engines/startrek/startrek.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/startrek/startrek.h')
-rw-r--r--engines/startrek/startrek.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/engines/startrek/startrek.h b/engines/startrek/startrek.h
index f96c7b88f3..373778e36a 100644
--- a/engines/startrek/startrek.h
+++ b/engines/startrek/startrek.h
@@ -626,6 +626,20 @@ public:
int loadTextDisplayMode();
void saveTextDisplayMode(int value);
+ /**
+ * Show the republic map, only used in mission 7.
+ */
+ void showRepublicMap(int16 arg0, int16 turbolift);
+ /**
+ * Checks the mouse position to return and index for the area selected.
+ */
+ int getRepublicMapAreaAtMouse();
+ /**
+ * Same as above, but returns 6 or 7 as error conditions (can't reach due to radiation
+ * or wrong turbolift).
+ */
+ int getRepublicMapAreaOrFailure(int16 turbolift);
+
private:
int16 _textDisplayMode;