From 04ab6bc9fc831702a26c229027dada1436509b83 Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Wed, 28 Oct 2009 13:20:30 +0000 Subject: Enclose all of the old graphics code within the INCLUDE_OLDGFX safeguard (defined in sci.h) svn-id: r45459 --- engines/sci/sci.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'engines/sci/sci.h') diff --git a/engines/sci/sci.h b/engines/sci/sci.h index 884e895ffe..12143fa9e9 100644 --- a/engines/sci/sci.h +++ b/engines/sci/sci.h @@ -31,6 +31,8 @@ namespace Sci { +#define INCLUDE_OLDGFX + class Console; struct EngineState; class Kernel; -- cgit v1.2.3