aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/tattoo/tattoo_fixed_text.h
diff options
context:
space:
mode:
authorPaul Gilbert2015-06-29 07:51:25 -0400
committerPaul Gilbert2015-06-29 07:51:25 -0400
commit753a810070b6b96d1a90cff399a41f21c31de885 (patch)
treebc84181d34cc8c7a4d9a2e5f12732fd38776133e /engines/sherlock/tattoo/tattoo_fixed_text.h
parent4c28682bcd4b5e2c268cfd57d8bb62fb51ebf8d3 (diff)
downloadscummvm-rg350-753a810070b6b96d1a90cff399a41f21c31de885.tar.gz
scummvm-rg350-753a810070b6b96d1a90cff399a41f21c31de885.tar.bz2
scummvm-rg350-753a810070b6b96d1a90cff399a41f21c31de885.zip
SHERLOCK: RT: Beginnings of inventory window tooltip class
Diffstat (limited to 'engines/sherlock/tattoo/tattoo_fixed_text.h')
-rw-r--r--engines/sherlock/tattoo/tattoo_fixed_text.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/engines/sherlock/tattoo/tattoo_fixed_text.h b/engines/sherlock/tattoo/tattoo_fixed_text.h
index 845d798440..d48f8496d6 100644
--- a/engines/sherlock/tattoo/tattoo_fixed_text.h
+++ b/engines/sherlock/tattoo/tattoo_fixed_text.h
@@ -49,10 +49,13 @@ enum FixedTextId {
kFixedText_Open,
kFixedText_Look,
kFixedText_Talk,
+ kFixedText_Use,
kFixedText_Journal,
kFixedText_Inventory,
kFixedText_Options,
- kFixedText_Solve
+ kFixedText_Solve,
+ kFixedText_With,
+ kFixedText_NoEffect
};
class TattooFixedText: public FixedText {