comparison src/cdrom/macosx/SDL_syscdrom_c.h @ 1361:19418e4422cb

New configure-based build system. Still work in progress, but much improved
author Sam Lantinga <slouken@libsdl.org>
date Thu, 16 Feb 2006 10:11:48 +0000
parents b8d311d90021
children d910939febfa
comparison
equal deleted inserted replaced
1360:70a9cfb4cf1b 1361:19418e4422cb
125 125
126 ************************************************************************************/ 126 ************************************************************************************/
127 127
128 128
129 #include "SDL_cdrom.h" 129 #include "SDL_cdrom.h"
130 #include "SDL_syscdrom.h" 130 #include "../SDL_syscdrom.h"
131 131
132 #include "CDPlayer.h" 132 #include "CDPlayer.h"
133 133
134 #define kErrorFakeDevice "Error: Cannot proceed since we're faking a CD-ROM device. Reinit the CD-ROM subsystem to scan for new volumes." 134 #define kErrorFakeDevice "Error: Cannot proceed since we're faking a CD-ROM device. Reinit the CD-ROM subsystem to scan for new volumes."
135 135