aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine/state.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sci/engine/state.h')
-rw-r--r--engines/sci/engine/state.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/engines/sci/engine/state.h b/engines/sci/engine/state.h
index 51f07aa7eb..2b4a991118 100644
--- a/engines/sci/engine/state.h
+++ b/engines/sci/engine/state.h
@@ -40,7 +40,7 @@ namespace Common {
#include "sci/scicore/sciconsole.h"
#include "sci/scicore/versions.h"
#include "sci/engine/seg_manager.h"
-#include "sci/gfx/gfx_state_internal.h"
+#include "sci/gfx/gfx_system.h"
#include "sci/sfx/core.h"
namespace Sci {
@@ -48,6 +48,13 @@ namespace Sci {
struct menubar_t;
struct kfunct_sig_pair_t; // from kernel.h
+struct gfx_state_t;
+struct gfxw_port_t;
+struct gfxw_visual_t;
+struct gfxw_container_t;
+typedef gfxw_container_t gfxw_list_t;
+
+
class DirSeeker {
protected:
EngineState *_vm;