Mercurial > sdl-ios-xcode
comparison include/SDL_audio.h @ 1353:7ba544e2888d
Started the process of improving configure support, and merging C types
and library support into a single header.
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Thu, 09 Feb 2006 09:07:13 +0000 |
parents | 450721ad5436 |
children | 67114343400d |
comparison
equal
deleted
inserted
replaced
1352:c643342f3f33 | 1353:7ba544e2888d |
---|---|
23 /* Access to the raw audio mixing buffer for the SDL library */ | 23 /* Access to the raw audio mixing buffer for the SDL library */ |
24 | 24 |
25 #ifndef _SDL_audio_h | 25 #ifndef _SDL_audio_h |
26 #define _SDL_audio_h | 26 #define _SDL_audio_h |
27 | 27 |
28 #include "SDL_stdinc.h" | |
28 #include "SDL_main.h" | 29 #include "SDL_main.h" |
29 #include "SDL_types.h" | |
30 #include "SDL_error.h" | 30 #include "SDL_error.h" |
31 #include "SDL_rwops.h" | 31 #include "SDL_rwops.h" |
32 #include "SDL_byteorder.h" | 32 #include "SDL_byteorder.h" |
33 | 33 |
34 #ifndef DISABLE_AUDIO | |
34 #include "begin_code.h" | 35 #include "begin_code.h" |
35 /* Set up for C function definitions, even when using C++ */ | 36 /* Set up for C function definitions, even when using C++ */ |
36 #ifdef __cplusplus | 37 #ifdef __cplusplus |
37 extern "C" { | 38 extern "C" { |
38 #endif | 39 #endif |
246 /* Ends C function definitions when using C++ */ | 247 /* Ends C function definitions when using C++ */ |
247 #ifdef __cplusplus | 248 #ifdef __cplusplus |
248 } | 249 } |
249 #endif | 250 #endif |
250 #include "close_code.h" | 251 #include "close_code.h" |
252 #endif /* !DISABLE_AUDIO */ | |
251 | 253 |
252 #endif /* _SDL_audio_h */ | 254 #endif /* _SDL_audio_h */ |