comparison src/audio/nto/SDL_nto_audio.h @ 1361:19418e4422cb

New configure-based build system. Still work in progress, but much improved
author Sam Lantinga <slouken@libsdl.org>
date Thu, 16 Feb 2006 10:11:48 +0000
parents b8d311d90021
children d910939febfa
comparison
equal deleted inserted replaced
1360:70a9cfb4cf1b 1361:19418e4422cb
21 */ 21 */
22 22
23 #ifndef __SDL_NTO_AUDIO_H__ 23 #ifndef __SDL_NTO_AUDIO_H__
24 #define __SDL_NTO_AUDIO_H__ 24 #define __SDL_NTO_AUDIO_H__
25 25
26 #include "SDL_sysaudio.h"
27 #include <sys/asoundlib.h> 26 #include <sys/asoundlib.h>
27
28 #include "../SDL_sysaudio.h"
28 29
29 /* Hidden "this" pointer for the audio functions */ 30 /* Hidden "this" pointer for the audio functions */
30 #define _THIS SDL_AudioDevice *this 31 #define _THIS SDL_AudioDevice *this
31 32
32 struct SDL_PrivateAudioData 33 struct SDL_PrivateAudioData