comparison src/audio/dart/SDL_dart.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
21 */ 21 */
22 22
23 #ifndef _SDL_lowaudio_h 23 #ifndef _SDL_lowaudio_h
24 #define _SDL_lowaudio_h 24 #define _SDL_lowaudio_h
25 25
26 #include "SDL_sysaudio.h"
27
28 #define INCL_TYPES 26 #define INCL_TYPES
29 #define INCL_DOSSEMAPHORES 27 #define INCL_DOSSEMAPHORES
30 #define INCL_DOSRESOURCES 28 #define INCL_DOSRESOURCES
31 #define INCL_DOSMISC 29 #define INCL_DOSMISC
32 #define INCL_DOSERRORS 30 #define INCL_DOSERRORS
34 #define INCL_OS2MM 32 #define INCL_OS2MM
35 #define INCL_MMIOOS2 33 #define INCL_MMIOOS2
36 #define INCL_MCIOS2 34 #define INCL_MCIOS2
37 #include <os2.h> 35 #include <os2.h>
38 #include <os2me.h> // DART stuff and MMIO stuff 36 #include <os2me.h> // DART stuff and MMIO stuff
37
38 #include "../SDL_sysaudio.h"
39 39
40 /* Hidden "this" pointer for the audio functions */ 40 /* Hidden "this" pointer for the audio functions */
41 #define _THIS SDL_AudioDevice *_this 41 #define _THIS SDL_AudioDevice *_this
42 42
43 /* The DirectSound objects */ 43 /* The DirectSound objects */