Mercurial > sdl-ios-xcode
comparison src/audio/dmedia/SDL_irixaudio.h @ 3828:efdfe292bd88 SDL-ryan-multiple-audio-device
Fixed duplicate include-once blockers.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Sat, 07 Oct 2006 07:56:28 +0000 |
parents | 1f156fd874fa |
children |
comparison
equal
deleted
inserted
replaced
3827:1806fd1acba4 | 3828:efdfe292bd88 |
---|---|
19 Sam Lantinga | 19 Sam Lantinga |
20 slouken@libsdl.org | 20 slouken@libsdl.org |
21 */ | 21 */ |
22 #include "SDL_config.h" | 22 #include "SDL_config.h" |
23 | 23 |
24 #ifndef _SDL_lowaudio_h | 24 #ifndef _SDL_irixaudio_h |
25 #define _SDL_lowaudio_h | 25 #define _SDL_irixaudio_h |
26 | 26 |
27 #include <dmedia/audio.h> | 27 #include <dmedia/audio.h> |
28 | 28 |
29 #include "../SDL_sysaudio.h" | 29 #include "../SDL_sysaudio.h" |
30 | 30 |
35 { | 35 { |
36 ALport audio_port; /* The handle for the audio device */ | 36 ALport audio_port; /* The handle for the audio device */ |
37 Uint8 *mixbuf; /* The app mixing buffer */ | 37 Uint8 *mixbuf; /* The app mixing buffer */ |
38 }; | 38 }; |
39 | 39 |
40 #endif /* _SDL_lowaudio_h */ | 40 #endif /* _SDL_irixaudio_h */ |
41 | |
41 /* vi: set ts=4 sw=4 expandtab: */ | 42 /* vi: set ts=4 sw=4 expandtab: */ |