aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/scene.h
diff options
context:
space:
mode:
authorPaul Gilbert2014-03-04 22:33:27 -0500
committerPaul Gilbert2014-03-04 22:33:27 -0500
commit568fc31b3090a70aa922479991540d4f5c2e918c (patch)
treef77e83b0b738479e369520513d8741ac05883ca2 /engines/mads/scene.h
parent1607a9104700e987cacfec41aaafd25d979aeb98 (diff)
downloadscummvm-rg350-568fc31b3090a70aa922479991540d4f5c2e918c.tar.gz
scummvm-rg350-568fc31b3090a70aa922479991540d4f5c2e918c.tar.bz2
scummvm-rg350-568fc31b3090a70aa922479991540d4f5c2e918c.zip
MADS: Beginnings of code support for Scene::drawElements
Diffstat (limited to 'engines/mads/scene.h')
-rw-r--r--engines/mads/scene.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/mads/scene.h b/engines/mads/scene.h
index 483ecae23c..c466f97c02 100644
--- a/engines/mads/scene.h
+++ b/engines/mads/scene.h
@@ -32,6 +32,7 @@
#include "mads/scene_data.h"
#include "mads/animation.h"
#include "mads/sequence.h"
+#include "mads/sprites.h"
namespace MADS {