comparison src/audio/dart/SDL_dart.h @ 3819:b225d9820ee3 SDL-ryan-multiple-audio-device

Updated a bunch of audio backends to 1.3 API (Dreamcast, OS/2, ALSA, and BeOS). None are tested, so anyu could fail to compile.
author Ryan C. Gordon <icculus@icculus.org>
date Fri, 06 Oct 2006 20:36:23 +0000
parents cef5d927591f
children
comparison
equal deleted inserted replaced
3818:49eadd6e8962 3819:b225d9820ee3
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
59 MCI_MIX_BUFFER *pMixBuffers; // Sound buffers 59 MCI_MIX_BUFFER *pMixBuffers; // Sound buffers
60 MCI_MIXSETUP_PARMS MixSetupParms; // Mixer setup parameters 60 MCI_MIXSETUP_PARMS MixSetupParms; // Mixer setup parameters
61 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
62 }; 62 };
63 63
64 #endif /* _SDL_lowaudio_h */ 64 #endif /* _SDL_dart_h */
65
65 /* vi: set ts=4 sw=4 expandtab: */ 66 /* vi: set ts=4 sw=4 expandtab: */