aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm
diff options
context:
space:
mode:
authorMax Horn2012-02-22 15:33:29 +0100
committerMax Horn2012-02-26 15:19:31 +0100
commit215b41b244e042019f82cb507463d7e13672a6d0 (patch)
treed1860eb2e1a17f7d03e6d4243d7c65f223ecc18f /engines/scumm
parentd3c4243ab5aa8438645340dca1900e678d8fd6ba (diff)
downloadscummvm-rg350-215b41b244e042019f82cb507463d7e13672a6d0.tar.gz
scummvm-rg350-215b41b244e042019f82cb507463d7e13672a6d0.tar.bz2
scummvm-rg350-215b41b244e042019f82cb507463d7e13672a6d0.zip
COMMON: Move RenderMode and GUIOptions functionality into separate files
Diffstat (limited to 'engines/scumm')
-rw-r--r--engines/scumm/detection_tables.h1
-rw-r--r--engines/scumm/scumm.h2
2 files changed, 3 insertions, 0 deletions
diff --git a/engines/scumm/detection_tables.h b/engines/scumm/detection_tables.h
index a44497f193..d7eedc3a83 100644
--- a/engines/scumm/detection_tables.h
+++ b/engines/scumm/detection_tables.h
@@ -24,6 +24,7 @@
#define SCUMM_DETECTION_TABLES_H
#include "engines/obsolete.h"
+#include "common/gui_options.h"
#include "common/rect.h"
#include "common/util.h"
diff --git a/engines/scumm/scumm.h b/engines/scumm/scumm.h
index 2f1e536f0a..cacf8c214e 100644
--- a/engines/scumm/scumm.h
+++ b/engines/scumm/scumm.h
@@ -24,6 +24,7 @@
#define SCUMM_H
#include "engines/engine.h"
+
#include "common/endian.h"
#include "common/events.h"
#include "common/file.h"
@@ -31,6 +32,7 @@
#include "common/keyboard.h"
#include "common/random.h"
#include "common/rect.h"
+#include "common/rendermode.h"
#include "common/str.h"
#include "common/textconsole.h"
#include "graphics/surface.h"