aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/sound/sound.h
diff options
context:
space:
mode:
authorSven Hesse2009-06-18 13:27:14 +0000
committerSven Hesse2009-06-18 13:27:14 +0000
commitc9517af76ee34c415ec15717d5d7c80ea808d11e (patch)
treeda293b1fac1ff10011492769acf478d9bef59c26 /engines/gob/sound/sound.h
parent9651257a3eb22dad2606b8ed416f8e588a0b214c (diff)
downloadscummvm-rg350-c9517af76ee34c415ec15717d5d7c80ea808d11e.tar.gz
scummvm-rg350-c9517af76ee34c415ec15717d5d7c80ea808d11e.tar.bz2
scummvm-rg350-c9517af76ee34c415ec15717d5d7c80ea808d11e.zip
Replacing some #includes by forward declarations
svn-id: r41632
Diffstat (limited to 'engines/gob/sound/sound.h')
-rw-r--r--engines/gob/sound/sound.h14
1 files changed, 8 insertions, 6 deletions
diff --git a/engines/gob/sound/sound.h b/engines/gob/sound/sound.h
index 1c37891a50..a48002df4a 100644
--- a/engines/gob/sound/sound.h
+++ b/engines/gob/sound/sound.h
@@ -27,16 +27,18 @@
#define GOB_SOUND_SOUND_H
#include "gob/sound/sounddesc.h"
-#include "gob/sound/pcspeaker.h"
-#include "gob/sound/soundblaster.h"
-#include "gob/sound/adlib.h"
-#include "gob/sound/infogrames.h"
-#include "gob/sound/protracker.h"
-#include "gob/sound/cdrom.h"
#include "gob/sound/bgatmosphere.h"
namespace Gob {
+class GobEngine;
+class PCSpeaker;
+class SoundBlaster;
+class AdLib;
+class Infogrames;
+class Protracker;
+class CDROM;
+
class Sound {
public:
static const int kSoundsCount = 60;