Mercurial > sdl-ios-xcode
comparison src/audio/SDL_sysaudio.h @ 1567:12b6d331d82a
Good idea, renaming OpenBSD audio to BSD audio.
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Tue, 21 Mar 2006 09:33:54 +0000 |
parents | 30f189cdd82b |
children | 782fd950bd46 67d518069d9a |
comparison
equal
deleted
inserted
replaced
1566:5bc2a95f9dcf | 1567:12b6d331d82a |
---|---|
98 const char *desc; | 98 const char *desc; |
99 int (*available)(void); | 99 int (*available)(void); |
100 SDL_AudioDevice *(*create)(int devindex); | 100 SDL_AudioDevice *(*create)(int devindex); |
101 } AudioBootStrap; | 101 } AudioBootStrap; |
102 | 102 |
103 #if SDL_AUDIO_DRIVER_OPENBSD | 103 #if SDL_AUDIO_DRIVER_BSD |
104 extern AudioBootStrap OPENBSD_AUDIO_bootstrap; | 104 extern AudioBootStrap BSD_AUDIO_bootstrap; |
105 #endif | 105 #endif |
106 #if SDL_AUDIO_DRIVER_OSS | 106 #if SDL_AUDIO_DRIVER_OSS |
107 extern AudioBootStrap DSP_bootstrap; | 107 extern AudioBootStrap DSP_bootstrap; |
108 extern AudioBootStrap DMA_bootstrap; | 108 extern AudioBootStrap DMA_bootstrap; |
109 #endif | 109 #endif |