diff 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
line wrap: on
line diff
--- a/include/SDL_audio.h	Thu Feb 09 05:46:55 2006 +0000
+++ b/include/SDL_audio.h	Thu Feb 09 09:07:13 2006 +0000
@@ -25,12 +25,13 @@
 #ifndef _SDL_audio_h
 #define _SDL_audio_h
 
+#include "SDL_stdinc.h"
 #include "SDL_main.h"
-#include "SDL_types.h"
 #include "SDL_error.h"
 #include "SDL_rwops.h"
 #include "SDL_byteorder.h"
 
+#ifndef DISABLE_AUDIO
 #include "begin_code.h"
 /* Set up for C function definitions, even when using C++ */
 #ifdef __cplusplus
@@ -248,5 +249,6 @@
 }
 #endif
 #include "close_code.h"
+#endif /* !DISABLE_AUDIO */
 
 #endif /* _SDL_audio_h */