diff SDL_sound_internal.h @ 477:3e705c9180e5

Fixed binary compatibility, added Sound_GetDuration().
author Ryan C. Gordon <icculus@icculus.org>
date Wed, 12 May 2004 02:15:00 +0000
parents 5b00e43ec23c
children 9e761a594df1
line wrap: on
line diff
--- a/SDL_sound_internal.h	Sat May 08 22:06:14 2004 +0000
+++ b/SDL_sound_internal.h	Wed May 12 02:15:00 2004 +0000
@@ -255,6 +255,7 @@
     void *buffer;
     Uint32 buffer_size;
     void *decoder_private;
+    Sint32 total_time;
 } Sound_SampleInternal;