comparison src/audio/nas/SDL_nasaudio.h @ 605:6399f4e90211

IRIX patches from Andrea Suatoni
author Sam Lantinga <slouken@libsdl.org>
date Thu, 06 Mar 2003 06:12:41 +0000
parents f6ffac90895c
children b8d311d90021
comparison
equal deleted inserted replaced
604:31d3af76488b 605:6399f4e90211
30 #endif 30 #endif
31 31
32 #ifndef _SDL_nasaudio_h 32 #ifndef _SDL_nasaudio_h
33 #define _SDL_nasaudio_h 33 #define _SDL_nasaudio_h
34 34
35 #ifdef __sgi
36 #include <nas/audiolib.h>
37 #else
35 #include <audio/audiolib.h> 38 #include <audio/audiolib.h>
39 #endif
36 #include <sys/time.h> 40 #include <sys/time.h>
37 #include "SDL_sysaudio.h" 41 #include "SDL_sysaudio.h"
38 42
39 /* Hidden "this" pointer for the video functions */ 43 /* Hidden "this" pointer for the video functions */
40 #define _THIS SDL_AudioDevice *this 44 #define _THIS SDL_AudioDevice *this