aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/anim.h
diff options
context:
space:
mode:
authorSven Hesse2006-05-29 18:24:52 +0000
committerSven Hesse2006-05-29 18:24:52 +0000
commitd6f1ba1540d60d374121244565a08a9c77670e5b (patch)
tree26ca285e2690fcdd78f4870d8ff1a07fa8dd9367 /engines/gob/anim.h
parente1844e485f19d5abb260b5eb821f9ce38658b2ad (diff)
downloadscummvm-rg350-d6f1ba1540d60d374121244565a08a9c77670e5b.tar.gz
scummvm-rg350-d6f1ba1540d60d374121244565a08a9c77670e5b.tar.bz2
scummvm-rg350-d6f1ba1540d60d374121244565a08a9c77670e5b.zip
- More GOB2 map conversions
- Added Music_Dummy (for --music-driver=null) - Implemented IMDs. That took longer than I expected... On the bright side, Ween's intro now plays more correctly svn-id: r22754
Diffstat (limited to 'engines/gob/anim.h')
-rw-r--r--engines/gob/anim.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/gob/anim.h b/engines/gob/anim.h
index f5252364b9..f4d255e590 100644
--- a/engines/gob/anim.h
+++ b/engines/gob/anim.h
@@ -23,6 +23,8 @@
#ifndef GOB_ANIM_H
#define GOB_ANIM_H
+#include "gob/video.h"
+
namespace Gob {
class Anim {