comparison include/SDL_audio.h @ 1356:67114343400d

*** empty log message ***
author Sam Lantinga <slouken@libsdl.org>
date Fri, 10 Feb 2006 03:19:02 +0000
parents 7ba544e2888d
children c71e05b4dc2e
comparison
equal deleted inserted replaced
1355:4d0f2b2147cf 1356:67114343400d
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_stdinc.h"
29 #include "SDL_main.h"
30 #include "SDL_error.h" 29 #include "SDL_error.h"
31 #include "SDL_rwops.h" 30 #include "SDL_rwops.h"
32 #include "SDL_byteorder.h" 31 #include "SDL_endian.h"
33 32
34 #ifndef DISABLE_AUDIO
35 #include "begin_code.h" 33 #include "begin_code.h"
36 /* Set up for C function definitions, even when using C++ */ 34 /* Set up for C function definitions, even when using C++ */
37 #ifdef __cplusplus 35 #ifdef __cplusplus
38 extern "C" { 36 extern "C" {
39 #endif 37 #endif
247 /* Ends C function definitions when using C++ */ 245 /* Ends C function definitions when using C++ */
248 #ifdef __cplusplus 246 #ifdef __cplusplus
249 } 247 }
250 #endif 248 #endif
251 #include "close_code.h" 249 #include "close_code.h"
252 #endif /* !DISABLE_AUDIO */
253 250
254 #endif /* _SDL_audio_h */ 251 #endif /* _SDL_audio_h */