Mercurial > sdl-ios-xcode
comparison src/cdrom/dc/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 | c71e05b4dc2e |
children | d910939febfa |
comparison
equal
deleted
inserted
replaced
1360:70a9cfb4cf1b | 1361:19418e4422cb |
---|---|
24 | 24 |
25 #include <dc/cdrom.h> | 25 #include <dc/cdrom.h> |
26 #include <dc/spu.h> | 26 #include <dc/spu.h> |
27 | 27 |
28 #include "SDL_cdrom.h" | 28 #include "SDL_cdrom.h" |
29 #include "SDL_syscdrom.h" | 29 #include "../SDL_syscdrom.h" |
30 | 30 |
31 /* The system-dependent CD control functions */ | 31 /* The system-dependent CD control functions */ |
32 static const char *SDL_SYS_CDName(int drive); | 32 static const char *SDL_SYS_CDName(int drive); |
33 static int SDL_SYS_CDOpen(int drive); | 33 static int SDL_SYS_CDOpen(int drive); |
34 static int SDL_SYS_CDGetTOC(SDL_CD *cdrom); | 34 static int SDL_SYS_CDGetTOC(SDL_CD *cdrom); |