comparison src/cdrom/macosx/CDPlayer.h @ 768:de1b2c3063b9

Max has been reworking this code so it works on MacOS X 10.1
author Sam Lantinga <slouken@libsdl.org>
date Sun, 04 Jan 2004 16:20:28 +0000
parents 4bb432a0f6e0
children b8d311d90021
comparison
equal deleted inserted replaced
767:d9e79e31a7b7 768:de1b2c3063b9
23 #ifndef __CDPlayer__H__ 23 #ifndef __CDPlayer__H__
24 #define __CDPlayer__H__ 1 24 #define __CDPlayer__H__ 1
25 25
26 #include <string.h> 26 #include <string.h>
27 27
28 #include <Carbon/Carbon.h>
28 #include <CoreFoundation/CoreFoundation.h> 29 #include <CoreFoundation/CoreFoundation.h>
29 #include <Carbon/Carbon.h>
30
31 #include <AudioUnit/AudioUnit.h> 30 #include <AudioUnit/AudioUnit.h>
32 31
33 #include "SDL.h" 32 #include "SDL.h"
34 33
35 #ifdef __cplusplus 34 #ifdef __cplusplus