Mercurial > sdl-ios-xcode
comparison src/audio/SDL_sysaudio.h @ 3787:8d74a4721ca9 SDL-ryan-multiple-audio-device
Added deinitialize hook.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Tue, 03 Oct 2006 16:26:42 +0000 |
parents | 37c9c4590689 |
children | 8f8209f8da6d |
comparison
equal
deleted
inserted
replaced
3786:b70f4e9291bb | 3787:8d74a4721ca9 |
---|---|
41 Uint8 *(*GetAudioBuf) (_THIS); | 41 Uint8 *(*GetAudioBuf) (_THIS); |
42 void (*WaitDone) (_THIS); | 42 void (*WaitDone) (_THIS); |
43 void (*CloseAudio) (_THIS); | 43 void (*CloseAudio) (_THIS); |
44 void (*LockAudio) (_THIS); | 44 void (*LockAudio) (_THIS); |
45 void (*UnlockAudio) (_THIS); | 45 void (*UnlockAudio) (_THIS); |
46 void (*Deinitialize) (void); | |
46 } SDL_AudioDriverImpl; | 47 } SDL_AudioDriverImpl; |
47 | 48 |
48 typedef struct SDL_AudioDriver | 49 typedef struct SDL_AudioDriver |
49 { | 50 { |
50 /* * * */ | 51 /* * * */ |