comparison src/audio/nds/SDL_ndsaudio.h @ 2698:e1da92da346c gsoc2008_nds

Clean up.
author Darren Alton <dalton@stevens.edu>
date Wed, 27 Aug 2008 04:23:38 +0000
parents e065c9f6a393
children
comparison
equal deleted inserted replaced
2697:c9121b04cffa 2698:e1da92da346c
30 /* Hidden "this" pointer for the audio functions */ 30 /* Hidden "this" pointer for the audio functions */
31 #define _THIS SDL_AudioDevice *this 31 #define _THIS SDL_AudioDevice *this
32 32
33 struct SDL_PrivateAudioData 33 struct SDL_PrivateAudioData
34 { 34 {
35 TransferSoundData* sound; 35 TransferSoundData *sound;
36 /* The file descriptor for the audio device */ 36 /* The file descriptor for the audio device */
37 Uint8 *mixbuf; 37 Uint8 *mixbuf;
38 Uint32 mixlen; 38 Uint32 mixlen;
39 Uint32 write_delay; 39 Uint32 write_delay;
40 Uint32 initial_calls; 40 Uint32 initial_calls;