Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Fixed duplicate include-once blockers.
- Loading branch information
|
@@ -21,8 +21,8 @@ |
|
|
*/ |
|
|
#include "SDL_config.h" |
|
|
|
|
|
#ifndef _SDL_lowaudio_h |
|
|
#define _SDL_lowaudio_h |
|
|
#ifndef _SDL_beaudio_h |
|
|
#define _SDL_beaudio_h |
|
|
|
|
|
#include "../SDL_sysaudio.h" |
|
|
|
|
@@ -34,5 +34,6 @@ struct SDL_PrivateAudioData |
|
|
BSoundPlayer *audio_obj; |
|
|
}; |
|
|
|
|
|
#endif /* _SDL_lowaudio_h */ |
|
|
#endif /* _SDL_beaudio_h */ |
|
|
|
|
|
/* vi: set ts=4 sw=4 expandtab: */ |
|
@@ -21,8 +21,8 @@ |
|
|
*/ |
|
|
#include "SDL_config.h" |
|
|
|
|
|
#ifndef _SDL_lowaudio_h |
|
|
#define _SDL_lowaudio_h |
|
|
#ifndef _SDL_irixaudio_h |
|
|
#define _SDL_irixaudio_h |
|
|
|
|
|
#include <dmedia/audio.h> |
|
|
|
|
@@ -37,5 +37,6 @@ struct SDL_PrivateAudioData |
|
|
Uint8 *mixbuf; /* The app mixing buffer */ |
|
|
}; |
|
|
|
|
|
#endif /* _SDL_lowaudio_h */ |
|
|
#endif /* _SDL_irixaudio_h */ |
|
|
|
|
|
/* vi: set ts=4 sw=4 expandtab: */ |
|
@@ -21,8 +21,8 @@ |
|
|
*/ |
|
|
#include "SDL_config.h" |
|
|
|
|
|
#ifndef _SDL_lowaudio_h |
|
|
#define _SDL_lowaudio_h |
|
|
#ifndef _SDL_sunaudio_h |
|
|
#define _SDL_sunaudio_h |
|
|
|
|
|
#include "../SDL_sysaudio.h" |
|
|
|
|
@@ -53,5 +53,6 @@ struct SDL_PrivateAudioData |
|
|
#define fragsize (this->hidden->fragsize) |
|
|
#define frequency (this->hidden->frequency) |
|
|
|
|
|
#endif /* _SDL_lowaudio_h */ |
|
|
#endif /* _SDL_sunaudio_h */ |
|
|
|
|
|
/* vi: set ts=4 sw=4 expandtab: */ |
|
@@ -21,8 +21,8 @@ |
|
|
*/ |
|
|
#include "SDL_config.h" |
|
|
|
|
|
#ifndef _SDL_lowaudio_h |
|
|
#define _SDL_lowaudio_h |
|
|
#ifndef _SDL_dibaudio_h |
|
|
#define _SDL_dibaudio_h |
|
|
|
|
|
#include "../SDL_sysaudio.h" |
|
|
|
|
@@ -47,5 +47,6 @@ struct SDL_PrivateAudioData |
|
|
#define wavebuf (this->hidden->wavebuf) |
|
|
#define next_buffer (this->hidden->next_buffer) |
|
|
|
|
|
#endif /* _SDL_lowaudio_h */ |
|
|
#endif /* _SDL_dibaudio_h */ |
|
|
|
|
|
/* vi: set ts=4 sw=4 expandtab: */ |
|
@@ -21,8 +21,8 @@ |
|
|
*/ |
|
|
#include "SDL_config.h" |
|
|
|
|
|
#ifndef _SDL_lowaudio_h |
|
|
#define _SDL_lowaudio_h |
|
|
#ifndef _SDL_dx5audio_h |
|
|
#define _SDL_dx5audio_h |
|
|
|
|
|
#include "directx.h" |
|
|
|
|
@@ -53,6 +53,6 @@ struct SDL_PrivateAudioData |
|
|
#define locked_buf (this->hidden->locked_buf) |
|
|
#define audio_event (this->hidden->audio_event) |
|
|
|
|
|
#endif /* _SDL_lowaudio_h */ |
|
|
#endif /* _SDL_dx5audio_h */ |
|
|
|
|
|
/* vi: set ts=4 sw=4 expandtab: */ |