Mercurial > sdl-ios-xcode
comparison src/cdrom/macosx/CDPlayer.h @ 752:4bb432a0f6e0
*** empty log message ***
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Wed, 10 Dec 2003 12:32:38 +0000 |
parents | 9c6717a1c66f |
children | de1b2c3063b9 |
comparison
equal
deleted
inserted
replaced
751:6e9505e0647f | 752:4bb432a0f6e0 |
---|---|
21 */ | 21 */ |
22 | 22 |
23 #ifndef __CDPlayer__H__ | 23 #ifndef __CDPlayer__H__ |
24 #define __CDPlayer__H__ 1 | 24 #define __CDPlayer__H__ 1 |
25 | 25 |
26 #include <string.h> | |
27 | |
26 #include <CoreFoundation/CoreFoundation.h> | 28 #include <CoreFoundation/CoreFoundation.h> |
27 #include <Carbon/Carbon.h> | 29 #include <Carbon/Carbon.h> |
28 | 30 |
29 #include <AudioUnit/AudioUnit.h> | 31 #include <AudioUnit/AudioUnit.h> |
30 #include <AudioToolbox/AudioToolbox.h> | |
31 | 32 |
32 #include <SDL.h> | 33 #include "SDL.h" |
33 | |
34 #include <string.h> | |
35 #include <unistd.h> // for usleep | |
36 | 34 |
37 #ifdef __cplusplus | 35 #ifdef __cplusplus |
38 extern "C" { | 36 extern "C" { |
39 #endif | 37 #endif |
40 | 38 |