Mercurial > sdl-ios-xcode
comparison include/SDL_rwops.h @ 1402:d910939febfa
Use consistent identifiers for the various platforms we support.
Make sure every source file includes SDL_config.h, so the proper system
headers are chosen.
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Tue, 21 Feb 2006 08:46:50 +0000 |
parents | c71e05b4dc2e |
children | 47bf1767c4ca |
comparison
equal
deleted
inserted
replaced
1401:1819fd069e89 | 1402:d910939febfa |
---|---|
22 | 22 |
23 /* This file provides a general interface for SDL to read and write | 23 /* This file provides a general interface for SDL to read and write |
24 data sources. It can easily be extended to files, memory, etc. | 24 data sources. It can easily be extended to files, memory, etc. |
25 */ | 25 */ |
26 | 26 |
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 #include "SDL_error.h" | 31 #include "SDL_error.h" |
32 | 32 |
33 #include "begin_code.h" | 33 #include "begin_code.h" |
128 #ifdef __cplusplus | 128 #ifdef __cplusplus |
129 } | 129 } |
130 #endif | 130 #endif |
131 #include "close_code.h" | 131 #include "close_code.h" |
132 | 132 |
133 #endif /* _SDL_RWops_h */ | 133 #endif /* _SDL_rwops_h */ |