aboutsummaryrefslogtreecommitdiff
path: root/engines/wintermute/video/VidTheoraPlayer.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/wintermute/video/VidTheoraPlayer.h')
-rw-r--r--engines/wintermute/video/VidTheoraPlayer.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/wintermute/video/VidTheoraPlayer.h b/engines/wintermute/video/VidTheoraPlayer.h
index b679cbe428..039588d6a1 100644
--- a/engines/wintermute/video/VidTheoraPlayer.h
+++ b/engines/wintermute/video/VidTheoraPlayer.h
@@ -33,6 +33,7 @@
#include "engines/wintermute/Base/file/BFile.h"
#include "engines/wintermute/Base/BSurface.h"
#include "engines/wintermute/Base/BImage.h"
+#include "engines/wintermute/persistent.h"
#include "video/video_decoder.h"
#include "common/stream.h"
@@ -49,7 +50,7 @@ private:
Video::RewindableVideoDecoder *_theoraDecoder;
Graphics::Surface _surface;
public:
- //DECLARE_PERSISTENT(CVidTheoraPlayer, CBBase);
+ DECLARE_PERSISTENT(CVidTheoraPlayer, CBBase);
CVidTheoraPlayer(CBGame *inGame);
virtual ~CVidTheoraPlayer(void);