Mercurial > sdl-ios-xcode
comparison src/cdrom/SDL_syscdrom.h @ 1978:542c78b6fb12
MacOS Classic is no longer supported.
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Thu, 10 Aug 2006 14:54:23 +0000 |
parents | c121d94672cb |
children | 99210400e8b9 |
comparison
equal
deleted
inserted
replaced
1977:754847f19490 | 1978:542c78b6fb12 |
---|---|
72 */ | 72 */ |
73 extern int SDL_SYS_CDInit(void); | 73 extern int SDL_SYS_CDInit(void); |
74 | 74 |
75 /* Function to perform any system-specific CD-ROM related cleanup */ | 75 /* Function to perform any system-specific CD-ROM related cleanup */ |
76 extern void SDL_SYS_CDQuit(void); | 76 extern void SDL_SYS_CDQuit(void); |
77 | |
77 /* vi: set ts=4 sw=4 expandtab: */ | 78 /* vi: set ts=4 sw=4 expandtab: */ |