comparison src/audio/amigaos/SDL_ahiaudio.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 604d73db6802
children d910939febfa
comparison
equal deleted inserted replaced
1360:70a9cfb4cf1b 1361:19418e4422cb
31 #include <inline/exec.h> 31 #include <inline/exec.h>
32 #endif 32 #endif
33 33
34 #include <devices/ahi.h> 34 #include <devices/ahi.h>
35 #include "mydebug.h" 35 #include "mydebug.h"
36 #include "SDL_sysaudio.h" 36
37 #include "../SDL_sysaudio.h"
37 38
38 /* Hidden "this" pointer for the audio functions */ 39 /* Hidden "this" pointer for the audio functions */
39 #define _THIS SDL_AudioDevice *this 40 #define _THIS SDL_AudioDevice *this
40 41
41 struct SDL_PrivateAudioData { 42 struct SDL_PrivateAudioData {