Mercurial > sdl-ios-xcode
comparison src/audio/openbsd/SDL_openbsdaudio.c @ 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 | c71e05b4dc2e |
children | d910939febfa |
comparison
equal
deleted
inserted
replaced
1360:70a9cfb4cf1b | 1361:19418e4422cb |
---|---|
34 #include <sys/types.h> | 34 #include <sys/types.h> |
35 #include <sys/audioio.h> | 35 #include <sys/audioio.h> |
36 | 36 |
37 #include "SDL_timer.h" | 37 #include "SDL_timer.h" |
38 #include "SDL_audio.h" | 38 #include "SDL_audio.h" |
39 #include "SDL_audiomem.h" | 39 #include "../SDL_audiomem.h" |
40 #include "SDL_audio_c.h" | 40 #include "../SDL_audio_c.h" |
41 #include "SDL_audiodev_c.h" | 41 #include "../SDL_audiodev_c.h" |
42 #include "SDL_openbsdaudio.h" | 42 #include "SDL_openbsdaudio.h" |
43 | 43 |
44 /* The tag name used by OpenBSD audio */ | 44 /* The tag name used by OpenBSD audio */ |
45 #define OBSD_DRIVER_NAME "openbsd" | 45 #define OBSD_DRIVER_NAME "openbsd" |
46 | 46 |