Mercurial > sdl-ios-xcode
diff 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 |
line wrap: on
line diff
--- a/include/SDL_audio.h Fri Feb 10 03:00:38 2006 +0000 +++ b/include/SDL_audio.h Fri Feb 10 03:19:02 2006 +0000 @@ -26,12 +26,10 @@ #define _SDL_audio_h #include "SDL_stdinc.h" -#include "SDL_main.h" #include "SDL_error.h" #include "SDL_rwops.h" -#include "SDL_byteorder.h" +#include "SDL_endian.h" -#ifndef DISABLE_AUDIO #include "begin_code.h" /* Set up for C function definitions, even when using C++ */ #ifdef __cplusplus @@ -249,6 +247,5 @@ } #endif #include "close_code.h" -#endif /* !DISABLE_AUDIO */ #endif /* _SDL_audio_h */