From e7dcf4905e2cacd0d726aad08fd4a857a3459120 Mon Sep 17 00:00:00 2001 From: Martin Kiewitz Date: Sun, 14 Jun 2015 14:13:55 +0200 Subject: SHERLOCK: fixedText class to support localizations also implemented text for windows (exit/up/down) using this class --- engines/sherlock/sherlock.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'engines/sherlock/sherlock.h') diff --git a/engines/sherlock/sherlock.h b/engines/sherlock/sherlock.h index 6e87c1c5ef..f06ee5e30a 100644 --- a/engines/sherlock/sherlock.h +++ b/engines/sherlock/sherlock.h @@ -35,6 +35,7 @@ #include "sherlock/animation.h" #include "sherlock/debugger.h" #include "sherlock/events.h" +#include "sherlock/fixed_text.h" #include "sherlock/inventory.h" #include "sherlock/journal.h" #include "sherlock/map.h" @@ -107,6 +108,7 @@ public: Animation *_animation; Debugger *_debugger; Events *_events; + FixedText *_fixedText; Inventory *_inventory; Journal *_journal; Map *_map; -- cgit v1.2.3