Mercurial > sdl-ios-xcode
comparison include/SDL_rwops.h @ 1356:67114343400d
*** empty log message ***
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Fri, 10 Feb 2006 03:19:02 +0000 |
parents | 22f39393668a |
children | c71e05b4dc2e |
comparison
equal
deleted
inserted
replaced
1355:4d0f2b2147cf | 1356:67114343400d |
---|---|
27 #ifndef _SDL_RWops_h | 27 #ifndef _SDL_RWops_h |
28 #define _SDL_RWops_h | 28 #define _SDL_RWops_h |
29 | 29 |
30 #include "SDL_stdinc.h" | 30 #include "SDL_stdinc.h" |
31 | 31 |
32 #ifndef DISABLE_FILE | |
33 #include "begin_code.h" | 32 #include "begin_code.h" |
34 /* Set up for C function definitions, even when using C++ */ | 33 /* Set up for C function definitions, even when using C++ */ |
35 #ifdef __cplusplus | 34 #ifdef __cplusplus |
36 extern "C" { | 35 extern "C" { |
37 #endif | 36 #endif |
127 /* Ends C function definitions when using C++ */ | 126 /* Ends C function definitions when using C++ */ |
128 #ifdef __cplusplus | 127 #ifdef __cplusplus |
129 } | 128 } |
130 #endif | 129 #endif |
131 #include "close_code.h" | 130 #include "close_code.h" |
132 #endif /* !DISABLE_FILE */ | |
133 | 131 |
134 #endif /* _SDL_RWops_h */ | 132 #endif /* _SDL_RWops_h */ |