diff options
| author | Max Horn | 2012-02-22 15:33:29 +0100 |
|---|---|---|
| committer | Max Horn | 2012-02-26 15:19:31 +0100 |
| commit | 215b41b244e042019f82cb507463d7e13672a6d0 (patch) | |
| tree | d1860eb2e1a17f7d03e6d4243d7c65f223ecc18f /gui | |
| parent | d3c4243ab5aa8438645340dca1900e678d8fd6ba (diff) | |
| download | scummvm-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 'gui')
| -rw-r--r-- | gui/launcher.cpp | 1 | ||||
| -rw-r--r-- | gui/options.cpp | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/gui/launcher.cpp b/gui/launcher.cpp index 5bb358452a..a3e4925848 100644 --- a/gui/launcher.cpp +++ b/gui/launcher.cpp @@ -24,6 +24,7 @@ #include "common/config-manager.h" #include "common/events.h" #include "common/fs.h" +#include "common/gui_options.h" #include "common/util.h" #include "common/system.h" #include "common/translation.h" diff --git a/gui/options.cpp b/gui/options.cpp index fbbb938e97..5085f9cdd9 100644 --- a/gui/options.cpp +++ b/gui/options.cpp @@ -30,6 +30,8 @@ #include "common/fs.h" #include "common/config-manager.h" +#include "common/gui_options.h" +#include "common/rendermode.h" #include "common/system.h" #include "common/textconsole.h" #include "common/translation.h" |
