From b3e404109c31160c978a17ebe497b9bdef9ff51a Mon Sep 17 00:00:00 2001 From: Max Horn Date: Tue, 4 May 2010 11:58:12 +0000 Subject: Move initGraphics and initCommonGFX from to new header. These functions are only used internally be Engine subclasses, and by moving them to a separate header we can reduce indirect header dependencies. svn-id: r48934 --- engines/saga/gfx.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'engines/saga') diff --git a/engines/saga/gfx.cpp b/engines/saga/gfx.cpp index a1c76caac7..bb0a1677b1 100644 --- a/engines/saga/gfx.cpp +++ b/engines/saga/gfx.cpp @@ -34,6 +34,7 @@ #include "common/system.h" #include "graphics/cursorman.h" +#include "engines/util.h" namespace Saga { -- cgit v1.2.3