aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/mads.h
diff options
context:
space:
mode:
authorPaul Gilbert2014-03-05 07:27:39 -0500
committerPaul Gilbert2014-03-05 07:27:39 -0500
commit23ebeec600f8210601dd45fc42c21a596fa6d127 (patch)
treed5c28780ace8f5e74e393dc4dfa87bc0300a898a /engines/mads/mads.h
parent568fc31b3090a70aa922479991540d4f5c2e918c (diff)
downloadscummvm-rg350-23ebeec600f8210601dd45fc42c21a596fa6d127.tar.gz
scummvm-rg350-23ebeec600f8210601dd45fc42c21a596fa6d127.tar.bz2
scummvm-rg350-23ebeec600f8210601dd45fc42c21a596fa6d127.zip
MADS: Further implementation of drawElements
Diffstat (limited to 'engines/mads/mads.h')
-rw-r--r--engines/mads/mads.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/mads/mads.h b/engines/mads/mads.h
index 0d5e16ac47..abe6e790c2 100644
--- a/engines/mads/mads.h
+++ b/engines/mads/mads.h
@@ -35,6 +35,7 @@
#include "mads/events.h"
#include "mads/font.h"
#include "mads/game.h"
+#include "mads/graphics.h"
#include "mads/msurface.h"
#include "mads/resources.h"
#include "mads/sound.h"
@@ -97,7 +98,7 @@ public:
Game *_game;
Palette *_palette;
Resources *_resources;
- MSurface _screen;
+ ScreenSurface _screen;
SoundManager *_sound;
UserInterface *_userInterface;
bool _easyMouse;