comparison include/SDL_cdrom.h @ 1356:67114343400d

*** empty log message ***
author Sam Lantinga <slouken@libsdl.org>
date Fri, 10 Feb 2006 03:19:02 +0000
parents 7ba544e2888d
children c71e05b4dc2e
comparison
equal deleted inserted replaced
1355:4d0f2b2147cf 1356:67114343400d
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_stdinc.h" 28 #include "SDL_stdinc.h"
29 29
30 #ifndef DISABLE_CDROM
31 #include "begin_code.h" 30 #include "begin_code.h"
32 /* Set up for C function definitions, even when using C++ */ 31 /* Set up for C function definitions, even when using C++ */
33 #ifdef __cplusplus 32 #ifdef __cplusplus
34 extern "C" { 33 extern "C" {
35 #endif 34 #endif
165 /* Ends C function definitions when using C++ */ 164 /* Ends C function definitions when using C++ */
166 #ifdef __cplusplus 165 #ifdef __cplusplus
167 } 166 }
168 #endif 167 #endif
169 #include "close_code.h" 168 #include "close_code.h"
170 #endif /* !DISABLE_CDROM */
171 169
172 #endif /* _SDL_video_h */ 170 #endif /* _SDL_video_h */