aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/text/text_rpg.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/kyra/text/text_rpg.h')
-rw-r--r--engines/kyra/text/text_rpg.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/engines/kyra/text/text_rpg.h b/engines/kyra/text/text_rpg.h
index 68a5b51dd0..ed7940d7f7 100644
--- a/engines/kyra/text/text_rpg.h
+++ b/engines/kyra/text/text_rpg.h
@@ -26,10 +26,10 @@
#define KYRA_TEXT_EOB_H
#include "common/scummsys.h"
+#include "kyra/graphics/screen.h"
namespace Kyra {
-class Screen;
class KyraRpgEngine;
class TextDisplayer_rpg {
@@ -111,6 +111,8 @@ private:
char *_table1;
char *_table2;
+ Screen::FontId _waitButtonFont;
+
uint8 _colorMap[256];
};