comparison src/audio/dart/SDL_dart.h @ 2049:5f6550e5184f

Merged SDL-ryan-multiple-audio-device branch r2803:2871 into the trunk.
author Ryan C. Gordon <icculus@icculus.org>
date Tue, 17 Oct 2006 09:15:21 +0000
parents c121d94672cb
children 99210400e8b9
comparison
equal deleted inserted replaced
2048:6067c7f9a672 2049:5f6550e5184f
19 Sam Lantinga 19 Sam Lantinga
20 slouken@libsdl.org 20 slouken@libsdl.org
21 */ 21 */
22 #include "SDL_config.h" 22 #include "SDL_config.h"
23 23
24 #ifndef _SDL_lowaudio_h 24 #ifndef _SDL_dart_h
25 #define _SDL_lowaudio_h 25 #define _SDL_dart_h
26 26
27 #define INCL_TYPES 27 #define INCL_TYPES
28 #define INCL_DOSSEMAPHORES 28 #define INCL_DOSSEMAPHORES
29 #define INCL_DOSRESOURCES 29 #define INCL_DOSRESOURCES
30 #define INCL_DOSMISC 30 #define INCL_DOSMISC
31 #define INCL_DOSERRORS 31 #define INCL_DOSERRORS
32 #define INCL_DOSPROCESS
32 33
33 #define INCL_OS2MM 34 #define INCL_OS2MM
34 #define INCL_MMIOOS2 35 #define INCL_MMIOOS2
35 #define INCL_MCIOS2 36 #define INCL_MCIOS2
36 #include <os2.h> 37 #include <os2.h>
58 MCI_MIX_BUFFER *pMixBuffers; // Sound buffers 59 MCI_MIX_BUFFER *pMixBuffers; // Sound buffers
59 MCI_MIXSETUP_PARMS MixSetupParms; // Mixer setup parameters 60 MCI_MIXSETUP_PARMS MixSetupParms; // Mixer setup parameters
60 HEV hevAudioBufferPlayed; // Event semaphore to indicate that an audio buffer has been played by DART 61 HEV hevAudioBufferPlayed; // Event semaphore to indicate that an audio buffer has been played by DART
61 }; 62 };
62 63
63 #endif /* _SDL_lowaudio_h */ 64 #endif /* _SDL_dart_h */
65
64 /* vi: set ts=4 sw=4 expandtab: */ 66 /* vi: set ts=4 sw=4 expandtab: */