aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/tattoo/tattoo_fixed_text.h
diff options
context:
space:
mode:
authorPaul Gilbert2015-07-24 12:06:07 -0400
committerPaul Gilbert2015-07-24 12:06:07 -0400
commit8ccc6331adadee6cb5c4d6582ce3af614be0850d (patch)
tree04e6e6163274ebe72b251aafeae6545c7b4be70b /engines/sherlock/tattoo/tattoo_fixed_text.h
parent11c7d38e09f2c71bacd6ea5517b03561e13b370b (diff)
downloadscummvm-rg350-8ccc6331adadee6cb5c4d6582ce3af614be0850d.tar.gz
scummvm-rg350-8ccc6331adadee6cb5c4d6582ce3af614be0850d.tar.bz2
scummvm-rg350-8ccc6331adadee6cb5c4d6582ce3af614be0850d.zip
SHERLOCK: RT: Implement Quit dialog
Diffstat (limited to 'engines/sherlock/tattoo/tattoo_fixed_text.h')
-rw-r--r--engines/sherlock/tattoo/tattoo_fixed_text.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/engines/sherlock/tattoo/tattoo_fixed_text.h b/engines/sherlock/tattoo/tattoo_fixed_text.h
index e8fea93e86..e07d63f214 100644
--- a/engines/sherlock/tattoo/tattoo_fixed_text.h
+++ b/engines/sherlock/tattoo/tattoo_fixed_text.h
@@ -98,7 +98,11 @@ enum FixedTextId {
kFixedText_ChangeFont,
kFixedText_Off,
kFixedText_On,
- kFixedText_Quit
+ kFixedText_Quit,
+ kFixedText_AreYouSureYou,
+ kFixedText_WishToQuit,
+ kFixedText_Yes,
+ kFixedText_No
};
class TattooFixedText: public FixedText {