From 8f26c43b49453e599736b9e48b27620775284b03 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Mon, 15 Sep 2003 19:48:54 +0000 Subject: cleanup svn-id: r10260 --- scumm/sound.h | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'scumm/sound.h') diff --git a/scumm/sound.h b/scumm/sound.h index a01d9f7766..0d745dedfb 100644 --- a/scumm/sound.h +++ b/scumm/sound.h @@ -29,12 +29,7 @@ class DigitalTrackInfo; class File; class Scumm; -struct MP3OffsetTable { /* Compressed Sound (.SO3) */ - int org_offset; - int new_offset; - int num_tags; - int compressed_size; -}; +struct MP3OffsetTable; class Sound { protected: @@ -156,7 +151,7 @@ protected: void startSfxSound(File *file, int file_size, PlayingSoundHandle *handle); bool isSfxFinished() const; void playSfxSound(void *sound, uint32 size, uint rate, bool isUnsigned, PlayingSoundHandle *handle); - void playSfxSound_Vorbis(void *sound, uint32 size, PlayingSoundHandle *handle); + void playSfxSound_Vorbis(File *file, uint32 size, PlayingSoundHandle *handle); int getCachedTrack(int track); }; -- cgit v1.2.3