comparison include/SDL_rwops.h @ 1358:c71e05b4dc2e

More header massaging... works great on Windows. ;-)
author Sam Lantinga <slouken@libsdl.org>
date Fri, 10 Feb 2006 06:48:43 +0000
parents 67114343400d
children d910939febfa
comparison
equal deleted inserted replaced
1357:e18467d67cfd 1358:c71e05b4dc2e
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 32
32 #include "begin_code.h" 33 #include "begin_code.h"
33 /* Set up for C function definitions, even when using C++ */ 34 /* Set up for C function definitions, even when using C++ */
34 #ifdef __cplusplus 35 #ifdef __cplusplus
35 extern "C" { 36 extern "C" {