Mercurial > sdl-ios-xcode
comparison src/cdrom/dummy/SDL_syscdrom.c @ 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 | c9b51268668f |
children | d910939febfa |
comparison
equal
deleted
inserted
replaced
1360:70a9cfb4cf1b | 1361:19418e4422cb |
---|---|
21 */ | 21 */ |
22 | 22 |
23 /* Stub functions for system-level CD-ROM audio control */ | 23 /* Stub functions for system-level CD-ROM audio control */ |
24 | 24 |
25 #include "SDL_cdrom.h" | 25 #include "SDL_cdrom.h" |
26 #include "SDL_syscdrom.h" | 26 #include "../SDL_syscdrom.h" |
27 | 27 |
28 int SDL_SYS_CDInit(void) | 28 int SDL_SYS_CDInit(void) |
29 { | 29 { |
30 return(0); | 30 return(0); |
31 } | 31 } |