aboutsummaryrefslogtreecommitdiff
path: root/engines/access/access.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/access/access.h')
-rw-r--r--engines/access/access.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/access/access.h b/engines/access/access.h
index 2e2358f268..0d4ad19452 100644
--- a/engines/access/access.h
+++ b/engines/access/access.h
@@ -43,6 +43,7 @@
#include "access/screen.h"
#include "access/scripts.h"
#include "access/sound.h"
+#include "access/video.h"
/**
* This is the namespace of the Access engine.
@@ -119,6 +120,7 @@ public:
Screen *_screen;
Scripts *_scripts;
SoundManager *_sound;
+ VideoPlayer *_video;
ASurface *_destIn;
ASurface *_current;