aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine/kevent.cpp
diff options
context:
space:
mode:
authorFilippos Karapetis2009-10-28 13:20:30 +0000
committerFilippos Karapetis2009-10-28 13:20:30 +0000
commit04ab6bc9fc831702a26c229027dada1436509b83 (patch)
tree4b0ba4fe63ef9d7b0a1d868d4cec97c53dba397b /engines/sci/engine/kevent.cpp
parentf28fe1b07423941c245e06376761054507d188c1 (diff)
downloadscummvm-rg350-04ab6bc9fc831702a26c229027dada1436509b83.tar.gz
scummvm-rg350-04ab6bc9fc831702a26c229027dada1436509b83.tar.bz2
scummvm-rg350-04ab6bc9fc831702a26c229027dada1436509b83.zip
Enclose all of the old graphics code within the INCLUDE_OLDGFX safeguard (defined in sci.h)
svn-id: r45459
Diffstat (limited to 'engines/sci/engine/kevent.cpp')
-rw-r--r--engines/sci/engine/kevent.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/sci/engine/kevent.cpp b/engines/sci/engine/kevent.cpp
index 27158fac8c..1560bb1be7 100644
--- a/engines/sci/engine/kevent.cpp
+++ b/engines/sci/engine/kevent.cpp
@@ -26,6 +26,7 @@
#include "sci/sci.h"
#include "sci/engine/state.h"
#include "sci/engine/kernel.h"
+#include "sci/gfx/operations.h"
#include "sci/gfx/gfx_widgets.h"
#include "sci/gfx/gfx_state_internal.h" // required for GfxPort, GfxVisual
#include "sci/console.h"