aboutsummaryrefslogtreecommitdiff
path: root/engines/agi/systemui.h
diff options
context:
space:
mode:
authorMartin Kiewitz2016-02-04 13:58:10 +0100
committerMartin Kiewitz2016-02-04 13:58:10 +0100
commitdb03baed0222901627b1bd5ee95e4d2ba25faec6 (patch)
tree25b28ae9f6a540ceb73533e61334cb0ea73f8f23 /engines/agi/systemui.h
parentc17cd72bae7db333414ad955f09478b6c24200a0 (diff)
downloadscummvm-rg350-db03baed0222901627b1bd5ee95e4d2ba25faec6.tar.gz
scummvm-rg350-db03baed0222901627b1bd5ee95e4d2ba25faec6.tar.bz2
scummvm-rg350-db03baed0222901627b1bd5ee95e4d2ba25faec6.zip
AGI: Add buttons to save/restore verify dialogs
Diffstat (limited to 'engines/agi/systemui.h')
-rw-r--r--engines/agi/systemui.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/engines/agi/systemui.h b/engines/agi/systemui.h
index 8d5e1c028b..440e81a750 100644
--- a/engines/agi/systemui.h
+++ b/engines/agi/systemui.h
@@ -88,7 +88,7 @@ public:
private:
int16 askForSavedGameSlot(const char *slotListText);
- bool askForSavedGameVerification(const char *verifyText, const char *actualDescription, int16 slotId);
+ bool askForSavedGameVerification(const char *verifyText, const char *verifyButton1, const char *verifyButton2, const char *actualDescription, int16 slotId);
bool askForVerification(const char *verifyText, const char *button1Text, const char *button2Text);
@@ -141,11 +141,15 @@ private:
const char *_textSaveGameSelectSlot;
const char *_textSaveGameEnterDescription;
const char *_textSaveGameVerify;
+ const char *_textSaveGameVerifyButton1;
+ const char *_textSaveGameVerifyButton2;
const char *_textRestoreGameNoSlots;
const char *_textRestoreGameSelectSlot;
const char *_textRestoreGameError;
const char *_textRestoreGameVerify;
+ const char *_textRestoreGameVerifyButton1;
+ const char *_textRestoreGameVerifyButton2;
};
} // End of namespace Agi