From 356403233047e260e34887ba0144892be322f472 Mon Sep 17 00:00:00 2001 From: Ori Avtalion Date: Thu, 14 Apr 2016 16:10:21 +0300 Subject: JANITORIAL: Reduce audio header dependencies --- engines/teenagent/teenagent.h | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'engines/teenagent/teenagent.h') diff --git a/engines/teenagent/teenagent.h b/engines/teenagent/teenagent.h index a06f8dbf9b..234bfb1c57 100644 --- a/engines/teenagent/teenagent.h +++ b/engines/teenagent/teenagent.h @@ -25,11 +25,9 @@ #include "engines/engine.h" -#include "audio/audiostream.h" #include "audio/mixer.h" #include "common/random.h" -#include "common/rect.h" #include "common/array.h" #include "gui/debugger.h" @@ -39,6 +37,14 @@ struct ADGameDescription; +namespace Audio { +class AudioStream; +} + +namespace Common { +struct Point; +} + /** * This is the namespace of the TeenAgent engine. * @@ -53,7 +59,6 @@ struct Object; struct UseHotspot; class Scene; class MusicPlayer; -class Dialog; class Resources; class Inventory; -- cgit v1.2.3