aboutsummaryrefslogtreecommitdiff
path: root/engines/xeen/worldofxeen/clouds_cutscenes.h
diff options
context:
space:
mode:
authorPaul Gilbert2018-03-10 20:12:25 -0500
committerPaul Gilbert2018-03-10 20:12:25 -0500
commit5b72fbdcbd7f2c2c8191d6c362e84ec53628516b (patch)
tree07e8fe3371a23c794ce7467b55f5c2cf1ec18376 /engines/xeen/worldofxeen/clouds_cutscenes.h
parent32268c8caa578fb0847096336436b76f9889d2d8 (diff)
downloadscummvm-rg350-5b72fbdcbd7f2c2c8191d6c362e84ec53628516b.tar.gz
scummvm-rg350-5b72fbdcbd7f2c2c8191d6c362e84ec53628516b.tar.bz2
scummvm-rg350-5b72fbdcbd7f2c2c8191d6c362e84ec53628516b.zip
XEEN: Implementing subtitles display logic
Diffstat (limited to 'engines/xeen/worldofxeen/clouds_cutscenes.h')
-rw-r--r--engines/xeen/worldofxeen/clouds_cutscenes.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/xeen/worldofxeen/clouds_cutscenes.h b/engines/xeen/worldofxeen/clouds_cutscenes.h
index afaf3beef5..39fded63ea 100644
--- a/engines/xeen/worldofxeen/clouds_cutscenes.h
+++ b/engines/xeen/worldofxeen/clouds_cutscenes.h
@@ -24,6 +24,7 @@
#define XEEN_WORLDOFXEEN_CLOUDS_CUTSCENES_H
#include "xeen/cutscenes.h"
+#include "xeen/subtitles.h"
#include "xeen/xeen.h"
namespace Xeen {
@@ -38,6 +39,7 @@ private:
static const byte _DECODE_TABLE1[256];
static const byte _DECODE_TABLE2[256];
private:
+ Subtitles _subtitles;
SpriteResource _mirror, _mirrBack;
int _mergeX;
private: