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/teenagent/teenagent.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'engines/teenagent') diff --git a/engines/teenagent/teenagent.cpp b/engines/teenagent/teenagent.cpp index eb38e4820c..686ea8bb74 100644 --- a/engines/teenagent/teenagent.cpp +++ b/engines/teenagent/teenagent.cpp @@ -27,11 +27,16 @@ #include "common/events.h" #include "common/savefile.h" #include "common/system.h" + #include "engines/advancedDetector.h" +#include "engines/util.h" + #include "sound/mixer.h" #include "sound/decoders/raw.h" + #include "graphics/cursorman.h" #include "graphics/thumbnail.h" + #include "teenagent/console.h" #include "teenagent/music.h" #include "teenagent/objects.h" -- cgit v1.2.3