aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/scene.h
diff options
context:
space:
mode:
authorPaul Gilbert2014-03-10 00:00:39 -0400
committerPaul Gilbert2014-03-10 00:00:39 -0400
commit680b5a4487a6c1b08f79c4a657b63715e69240de (patch)
tree8f1d9664d890c96ea5ffea9d774d475cbbfacd0c /engines/mads/scene.h
parentc89193f24f252cf1a7f744f2712218b6808370fc (diff)
downloadscummvm-rg350-680b5a4487a6c1b08f79c4a657b63715e69240de.tar.gz
scummvm-rg350-680b5a4487a6c1b08f79c4a657b63715e69240de.tar.bz2
scummvm-rg350-680b5a4487a6c1b08f79c4a657b63715e69240de.zip
MADS: In progress implementation of PaletteUsage::process
Diffstat (limited to 'engines/mads/scene.h')
-rw-r--r--engines/mads/scene.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/mads/scene.h b/engines/mads/scene.h
index 969fb0b70d..79c5910d85 100644
--- a/engines/mads/scene.h
+++ b/engines/mads/scene.h
@@ -27,6 +27,7 @@
#include "common/array.h"
#include "common/rect.h"
#include "mads/assets.h"
+#include "mads/graphics.h"
#include "mads/hotspots.h"
#include "mads/messages.h"
#include "mads/msurface.h"
@@ -189,7 +190,7 @@ public:
/**
* Draw all the elements onto the scene
*/
- void drawElements(bool transitionFlag, bool surfaceFlag);
+ void drawElements(ScreenTransition transitionType, bool surfaceFlag);
/**
* Execute a click within the scene