Mercurial > sdl-ios-xcode
comparison src/cdrom/dc/SDL_syscdrom.c @ 1358:c71e05b4dc2e
More header massaging... works great on Windows. ;-)
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Fri, 10 Feb 2006 06:48:43 +0000 |
parents | 604d73db6802 |
children | 19418e4422cb |
comparison
equal
deleted
inserted
replaced
1357:e18467d67cfd | 1358:c71e05b4dc2e |
---|---|
23 /* Functions for system-level CD-ROM audio control */ | 23 /* Functions for system-level CD-ROM audio control */ |
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_error.h" | |
29 #include "SDL_cdrom.h" | 28 #include "SDL_cdrom.h" |
30 #include "SDL_syscdrom.h" | 29 #include "SDL_syscdrom.h" |
31 | 30 |
32 /* The system-dependent CD control functions */ | 31 /* The system-dependent CD control functions */ |
33 static const char *SDL_SYS_CDName(int drive); | 32 static const char *SDL_SYS_CDName(int drive); |