aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/gfx/gfx_gui.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sci/gfx/gfx_gui.h')
-rw-r--r--engines/sci/gfx/gfx_gui.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/engines/sci/gfx/gfx_gui.h b/engines/sci/gfx/gfx_gui.h
index c8cb8650b0..be724ae873 100644
--- a/engines/sci/gfx/gfx_gui.h
+++ b/engines/sci/gfx/gfx_gui.h
@@ -23,6 +23,9 @@
*
*/
+#include "sci/sci.h" // for INCLUDE_OLDGFX
+#ifdef INCLUDE_OLDGFX
+
#ifndef SCI_INCLUDE_SCI_WIDGETS_H
#define SCI_INCLUDE_SCI_WIDGETS_H
@@ -218,3 +221,5 @@ GfxPort *sciw_toggle_item(GfxPort *menu_port, Menu *menu, int selection,
} // End of namespace Sci
#endif // SCI_INCLUDE_SCI_WIDGETS_H
+
+#endif