aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/scene.h
diff options
context:
space:
mode:
authorPaul Gilbert2014-03-05 21:50:12 -0500
committerPaul Gilbert2014-03-05 21:50:12 -0500
commitc35271f20c82d35e613246779ada14fc79ee6c0a (patch)
tree2d4ea7e763cb12c3865a8fc23d4b242631032835 /engines/mads/scene.h
parent73a7140be775693533db183f353fc9c82c14fa53 (diff)
downloadscummvm-rg350-c35271f20c82d35e613246779ada14fc79ee6c0a.tar.gz
scummvm-rg350-c35271f20c82d35e613246779ada14fc79ee6c0a.tar.bz2
scummvm-rg350-c35271f20c82d35e613246779ada14fc79ee6c0a.zip
MADS: Moved hotspot code to a separate file
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 d9bc15add1..f31927d877 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/hotspots.h"
#include "mads/messages.h"
#include "mads/msurface.h"
#include "mads/scene_data.h"