comparison src/audio/nas/SDL_nasaudio.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 c9b51268668f
children d910939febfa
comparison
equal deleted inserted replaced
1360:70a9cfb4cf1b 1361:19418e4422cb
31 #include <nas/audiolib.h> 31 #include <nas/audiolib.h>
32 #else 32 #else
33 #include <audio/audiolib.h> 33 #include <audio/audiolib.h>
34 #endif 34 #endif
35 #include <sys/time.h> 35 #include <sys/time.h>
36 #include "SDL_sysaudio.h" 36
37 #include "../SDL_sysaudio.h"
37 38
38 /* Hidden "this" pointer for the video functions */ 39 /* Hidden "this" pointer for the video functions */
39 #define _THIS SDL_AudioDevice *this 40 #define _THIS SDL_AudioDevice *this
40 41
41 struct SDL_PrivateAudioData { 42 struct SDL_PrivateAudioData {