diff src/audio/SDL_sysaudio.h @ 3795:589bc3d060cd SDL-ryan-multiple-audio-device

More 1.3 audio work...moved dsp and dma drivers over to new model. Untested!
author Ryan C. Gordon <icculus@icculus.org>
date Wed, 04 Oct 2006 06:00:10 +0000
parents 2b4795e92b62
children b19680c84cdf
line wrap: on
line diff
--- a/src/audio/SDL_sysaudio.h	Tue Oct 03 23:45:36 2006 +0000
+++ b/src/audio/SDL_sysaudio.h	Wed Oct 04 06:00:10 2006 +0000
@@ -47,6 +47,7 @@
     void (*Deinitialize) (void);
 } SDL_AudioDriverImpl;
 
+
 typedef struct SDL_AudioDriver
 {
     /* * * */