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/sky/sky.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'engines/sky') diff --git a/engines/sky/sky.cpp b/engines/sky/sky.cpp index c099dbc8b1..9ea20aafc6 100644 --- a/engines/sky/sky.cpp +++ b/engines/sky/sky.cpp @@ -47,6 +47,9 @@ #include "sound/mididrv.h" #include "sound/mixer.h" +#include "engines/util.h" + + #ifdef _WIN32_WCE extern bool toolbar_drawn; -- cgit v1.2.3