aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/screen.h
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/kyra/screen.h
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/kyra/screen.h')
-rw-r--r--engines/kyra/screen.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/kyra/screen.h b/engines/kyra/screen.h
index a0cf5742c6..b064c72bb0 100644
--- a/engines/kyra/screen.h
+++ b/engines/kyra/screen.h
@@ -28,6 +28,7 @@
#include "common/list.h"
#include "common/array.h"
#include "common/rect.h"
+#include "common/rendermode.h"
#include "common/stream.h"
class OSystem;