From 7c4be7a97586a634d88baccd31cf90c4d99fe38f Mon Sep 17 00:00:00 2001 From: "fires.gc" Date: Thu, 9 Oct 2008 20:19:43 +0000 Subject: [PATCH] missing commit git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@814 8ced0084-cf51-0410-be5f-012b33b47a6e --- Source/Core/Common/Src/WaveFile.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/Core/Common/Src/WaveFile.h b/Source/Core/Common/Src/WaveFile.h index 9293da9f32..8f3a8057fe 100644 --- a/Source/Core/Common/Src/WaveFile.h +++ b/Source/Core/Common/Src/WaveFile.h @@ -49,6 +49,7 @@ public: void AddStereoSamples(const short *sample_data, int count); void AddStereoSamplesBE(const short *sample_data, int count); // big endian + u32 GetAudioSize() { return audio_size; } }; #endif // _WAVEFILE_H