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/draci/draci.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'engines/draci') diff --git a/engines/draci/draci.cpp b/engines/draci/draci.cpp index ba9e30ba1d..5fbad40a4f 100644 --- a/engines/draci/draci.cpp +++ b/engines/draci/draci.cpp @@ -31,6 +31,8 @@ #include "common/keyboard.h" #include "common/EventRecorder.h" +#include "engines/util.h" + #include "graphics/cursorman.h" #include "graphics/font.h" -- cgit v1.2.3