aboutsummaryrefslogtreecommitdiff
path: root/engines/agi/systemui.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/agi/systemui.h')
-rw-r--r--engines/agi/systemui.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/agi/systemui.h b/engines/agi/systemui.h
index ffb1238ebe..283de8794c 100644
--- a/engines/agi/systemui.h
+++ b/engines/agi/systemui.h
@@ -77,6 +77,8 @@ public:
const char *getInventoryTextSelectItems();
const char *getInventoryTextReturnToGame();
+ bool askForCommand(Common::String &commandText);
+
int16 figureOutAutomaticSaveGameSlot(const char *automaticSaveDescription);
int16 figureOutAutomaticRestoreGameSlot(const char *automaticSaveDescription);
@@ -130,6 +132,8 @@ private:
const char *_textStatusSoundOn;
const char *_textStatusSoundOff;
+ const char *_textEnterCommand;
+
const char *_textPause;
const char *_textPauseButton;
const char *_textRestart;