aboutsummaryrefslogtreecommitdiff
path: root/engines/sword2/sword2.cpp
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/sword2/sword2.cpp
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/sword2/sword2.cpp')
-rw-r--r--engines/sword2/sword2.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/sword2/sword2.cpp b/engines/sword2/sword2.cpp
index bdfc388c5f..c395186570 100644
--- a/engines/sword2/sword2.cpp
+++ b/engines/sword2/sword2.cpp
@@ -25,9 +25,10 @@
#include "base/plugins.h"
#include "common/config-manager.h"
+#include "common/events.h"
#include "common/file.h"
#include "common/fs.h"
-#include "common/events.h"
+#include "common/gui_options.h"
#include "common/savefile.h"
#include "common/system.h"
#include "common/textconsole.h"