Mercurial > sdl-ios-xcode
comparison src/cdrom/macosx/CDPlayer.h @ 775:08b7fc2b5225
Fixed playback problems with MacOSX 10.1
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Mon, 05 Jan 2004 12:08:38 +0000 |
parents | b8d311d90021 |
children | d910939febfa |
comparison
equal
deleted
inserted
replaced
774:0c3e00cc9580 | 775:08b7fc2b5225 |
---|---|
28 #include <Carbon/Carbon.h> | 28 #include <Carbon/Carbon.h> |
29 #include <CoreFoundation/CoreFoundation.h> | 29 #include <CoreFoundation/CoreFoundation.h> |
30 #include <AudioUnit/AudioUnit.h> | 30 #include <AudioUnit/AudioUnit.h> |
31 | 31 |
32 #include "SDL.h" | 32 #include "SDL.h" |
33 #include "SDL_thread.h" | |
34 #include "SDL_mutex.h" | |
33 | 35 |
34 #ifdef __cplusplus | 36 #ifdef __cplusplus |
35 extern "C" { | 37 extern "C" { |
36 #endif | 38 #endif |
37 | 39 |