aboutsummaryrefslogtreecommitdiff
path: root/engines/cryo/cryo.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/cryo/cryo.h')
-rw-r--r--engines/cryo/cryo.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/cryo/cryo.h b/engines/cryo/cryo.h
index 4993a482d3..d9e6135a9a 100644
--- a/engines/cryo/cryo.h
+++ b/engines/cryo/cryo.h
@@ -34,7 +34,9 @@
#include "gui/debugger.h"
#include "graphics/surface.h"
#include "graphics/screen.h"
+
#include "cryo/eden.h"
+#include "cryo/video.h"
namespace Cryo {
@@ -66,6 +68,7 @@ public:
Graphics::Surface _screen;
EdenGame *_game;
+ HnmPlayer *_video;
private:
Console *_console;