Mercurial > sdl-ios-xcode
comparison include/SDL_cdrom.h @ 1353:7ba544e2888d
Started the process of improving configure support, and merging C types
and library support into a single header.
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Thu, 09 Feb 2006 09:07:13 +0000 |
parents | c9b51268668f |
children | 67114343400d |
comparison
equal
deleted
inserted
replaced
1352:c643342f3f33 | 1353:7ba544e2888d |
---|---|
23 /* This is the CD-audio control API for Simple DirectMedia Layer */ | 23 /* This is the CD-audio control API for Simple DirectMedia Layer */ |
24 | 24 |
25 #ifndef _SDL_cdrom_h | 25 #ifndef _SDL_cdrom_h |
26 #define _SDL_cdrom_h | 26 #define _SDL_cdrom_h |
27 | 27 |
28 #include "SDL_types.h" | 28 #include "SDL_stdinc.h" |
29 | 29 |
30 #ifndef DISABLE_CDROM | |
30 #include "begin_code.h" | 31 #include "begin_code.h" |
31 /* Set up for C function definitions, even when using C++ */ | 32 /* Set up for C function definitions, even when using C++ */ |
32 #ifdef __cplusplus | 33 #ifdef __cplusplus |
33 extern "C" { | 34 extern "C" { |
34 #endif | 35 #endif |
164 /* Ends C function definitions when using C++ */ | 165 /* Ends C function definitions when using C++ */ |
165 #ifdef __cplusplus | 166 #ifdef __cplusplus |
166 } | 167 } |
167 #endif | 168 #endif |
168 #include "close_code.h" | 169 #include "close_code.h" |
170 #endif /* !DISABLE_CDROM */ | |
169 | 171 |
170 #endif /* _SDL_video_h */ | 172 #endif /* _SDL_video_h */ |