From 27307acd7c6f9f9083bdcad38ba54f18d4f080b7 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sat, 29 Apr 2006 22:33:31 +0000 Subject: Moved the AudioCDManager as well as class AudioStream and its (standard) subclasses to namespace Audio svn-id: r22231 --- sound/adpcm.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'sound/adpcm.h') diff --git a/sound/adpcm.h b/sound/adpcm.h index 6db3acae00..deab1f8e1c 100644 --- a/sound/adpcm.h +++ b/sound/adpcm.h @@ -27,6 +27,9 @@ #include "common/scummsys.h" #include "common/stream.h" + +namespace Audio { + class AudioStream; enum typesADPCM { @@ -37,5 +40,6 @@ enum typesADPCM { AudioStream *makeADPCMStream(Common::SeekableReadStream *stream, uint32 size, typesADPCM type, int rate = 22050, int channels = 2, uint32 blockAlign = 0); +} // End of namespace Audio #endif -- cgit v1.2.3