*** empty log message ***

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401360
This commit is contained in:
Sam Lantinga 2006-02-10 03:19:02 +00:00
parent 5f8e63ee29
commit 3732b0b8bd
21 changed files with 22 additions and 30 deletions

View file

@ -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 @@ extern DECLSPEC void SDLCALL SDL_CloseAudio(void);
}
#endif
#include "close_code.h"
#endif /* !DISABLE_AUDIO */
#endif /* _SDL_audio_h */