Mercurial > sdl-ios-xcode
comparison src/audio/mme/SDL_mmeaudio.c @ 1342:d73be99e9420
Fixed it Hayashi Naoyuki's way. :)
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Tue, 07 Feb 2006 12:15:46 +0000 |
parents | 604d73db6802 |
children | c71e05b4dc2e |
comparison
equal
deleted
inserted
replaced
1341:d02b552e5304 | 1342:d73be99e9420 |
---|---|
19 Sam Lantinga | 19 Sam Lantinga |
20 slouken@libsdl.org | 20 slouken@libsdl.org |
21 */ | 21 */ |
22 | 22 |
23 /* Tru64 UNIX MME support */ | 23 /* Tru64 UNIX MME support */ |
24 #include <mme_api.h> | |
25 | |
26 #include "SDL_stdlib.h" | |
27 #include "SDL_string.h" | |
28 #include "SDL_audio.h" | |
29 #include "SDL_mutex.h" | |
30 #include "SDL_timer.h" | |
31 #include "SDL_audio_c.h" | |
32 | |
24 #include "SDL_mmeaudio.h" | 33 #include "SDL_mmeaudio.h" |
25 | 34 |
26 static BOOL inUse[NUM_BUFFERS]; | 35 static BOOL inUse[NUM_BUFFERS]; |
27 | 36 |
28 /* Audio driver functions */ | 37 /* Audio driver functions */ |