diff options
Diffstat (limited to 'engines/sherlock/fixed_text.h')
-rw-r--r-- | engines/sherlock/fixed_text.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/engines/sherlock/fixed_text.h b/engines/sherlock/fixed_text.h index 016a1fb493..cca98b5dc5 100644 --- a/engines/sherlock/fixed_text.h +++ b/engines/sherlock/fixed_text.h @@ -28,9 +28,15 @@ namespace Sherlock { enum FixedTextId { + // Window buttons kFixedText_Window_Exit = 0, kFixedText_Window_Up, - kFixedText_Window_Down + kFixedText_Window_Down, + // Inventory buttons + kFixedText_Inventory_Exit, + kFixedText_Inventory_Look, + kFixedText_Inventory_Use, + kFixedText_Inventory_Give }; struct SherlockFixedTextLanguageEntry { |