aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/tattoo/tattoo_fixed_text.h
diff options
context:
space:
mode:
authorPaul Gilbert2015-06-28 13:29:32 -0400
committerPaul Gilbert2015-06-28 13:29:32 -0400
commitd5c1f8b8d645136cf72981186db6e81b2082b773 (patch)
treefbf461f7cb4650ee7d003b8d94ea976ad02d916f /engines/sherlock/tattoo/tattoo_fixed_text.h
parent631be5b6585e28b5e60aa0ff3be9f8e35d4316a2 (diff)
downloadscummvm-rg350-d5c1f8b8d645136cf72981186db6e81b2082b773.tar.gz
scummvm-rg350-d5c1f8b8d645136cf72981186db6e81b2082b773.tar.bz2
scummvm-rg350-d5c1f8b8d645136cf72981186db6e81b2082b773.zip
SHERLOCK: RT: Implement initial inventory
Diffstat (limited to 'engines/sherlock/tattoo/tattoo_fixed_text.h')
-rw-r--r--engines/sherlock/tattoo/tattoo_fixed_text.h19
1 files changed, 18 insertions, 1 deletions
diff --git a/engines/sherlock/tattoo/tattoo_fixed_text.h b/engines/sherlock/tattoo/tattoo_fixed_text.h
index 729b7073de..845d798440 100644
--- a/engines/sherlock/tattoo/tattoo_fixed_text.h
+++ b/engines/sherlock/tattoo/tattoo_fixed_text.h
@@ -30,12 +30,29 @@ namespace Sherlock {
namespace Tattoo {
enum FixedTextId {
+ kFixedText_Inv1,
+ kFixedText_Inv2,
+ kFixedText_Inv3,
+ kFixedText_Inv4,
+ kFixedText_Inv5,
+ kFixedText_Inv6,
+ kFixedText_Inv7,
+ kFixedText_Inv8,
+ kFixedText_InvDesc1,
+ kFixedText_InvDesc2,
+ kFixedText_InvDesc3,
+ kFixedText_InvDesc4,
+ kFixedText_InvDesc5,
+ kFixedText_InvDesc6,
+ kFixedText_InvDesc7,
+ kFixedText_InvDesc8,
kFixedText_Open,
kFixedText_Look,
kFixedText_Talk,
kFixedText_Journal,
kFixedText_Inventory,
- kFixedText_Options
+ kFixedText_Options,
+ kFixedText_Solve
};
class TattooFixedText: public FixedText {