aboutsummaryrefslogtreecommitdiff
path: root/engines/voyeur/animation.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/voyeur/animation.h')
-rw-r--r--engines/voyeur/animation.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/engines/voyeur/animation.h b/engines/voyeur/animation.h
index 9f1a2ab833..c68c670fbb 100644
--- a/engines/voyeur/animation.h
+++ b/engines/voyeur/animation.h
@@ -30,6 +30,12 @@
#include "common/rect.h"
#include "common/stream.h"
+namespace Voyeur {
+
+class VoyeurEngine;
+
+}
+
namespace Video {
/**
@@ -149,6 +155,7 @@ public:
void clearDirtyRects();
void copyDirtyRectsToBuffer(uint8 *dst, uint pitch);
RL2VideoTrack *getVideoTrack();
+ void play(::Voyeur::VoyeurEngine *vm);
};
} // End of namespace Video