From 215b41b244e042019f82cb507463d7e13672a6d0 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Wed, 22 Feb 2012 15:33:29 +0100 Subject: COMMON: Move RenderMode and GUIOptions functionality into separate files --- engines/scumm/scumm.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'engines/scumm/scumm.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" -- cgit v1.2.3