Mercurial > sdl-ios-xcode
comparison src/audio/SDL_sysaudio.h @ 21:75a95f82bc1f
Updated the Amiga OS port of SDL (thanks Gabriele)
author | Sam Lantinga <slouken@lokigames.com> |
---|---|
date | Thu, 10 May 2001 20:13:29 +0000 |
parents | 74212992fb08 |
children | d3bc792e136d |
comparison
equal
deleted
inserted
replaced
20:3dc008dc229d | 21:75a95f82bc1f |
---|---|
124 extern AudioBootStrap DSOUND_bootstrap; | 124 extern AudioBootStrap DSOUND_bootstrap; |
125 #endif | 125 #endif |
126 #ifdef ENABLE_WINDIB | 126 #ifdef ENABLE_WINDIB |
127 extern AudioBootStrap WAVEOUT_bootstrap; | 127 extern AudioBootStrap WAVEOUT_bootstrap; |
128 #endif | 128 #endif |
129 #ifdef _AIX | |
130 extern AudioBootStrap Paud_bootstrap; | |
131 #endif | |
129 #ifdef __BEOS__ | 132 #ifdef __BEOS__ |
130 extern AudioBootStrap BAUDIO_bootstrap; | 133 extern AudioBootStrap BAUDIO_bootstrap; |
131 #endif | 134 #endif |
132 #if defined(macintosh) || TARGET_API_MAC_CARBON | 135 #if defined(macintosh) || TARGET_API_MAC_CARBON |
133 extern AudioBootStrap SNDMGR_bootstrap; | 136 extern AudioBootStrap SNDMGR_bootstrap; |
134 #endif | 137 #endif |
135 #ifdef _AIX | 138 #ifdef ENABLE_AHI |
136 extern AudioBootStrap Paud_bootstrap; | 139 extern AudioBootStrap AHI_bootstrap; |
137 #endif | 140 #endif |
138 | 141 |
139 /* This is the current audio device */ | 142 /* This is the current audio device */ |
140 extern SDL_AudioDevice *current_audio; | 143 extern SDL_AudioDevice *current_audio; |
141 | 144 |