diff include/SDL_rwops.h @ 2161:e635db5b45ef

Oh yeah, they're boolean values...
author Sam Lantinga <slouken@libsdl.org>
date Tue, 10 Jul 2007 05:29:56 +0000
parents 00adbaed3910
children 99210400e8b9
line wrap: on
line diff
--- a/include/SDL_rwops.h	Tue Jul 10 05:25:19 2007 +0000
+++ b/include/SDL_rwops.h	Tue Jul 10 05:29:56 2007 +0000
@@ -115,7 +115,8 @@
                                                   const char *mode);
 
 #ifdef HAVE_STDIO_H
-extern DECLSPEC SDL_RWops *SDLCALL SDL_RWFromFP(FILE * fp, int autoclose);
+extern DECLSPEC SDL_RWops *SDLCALL SDL_RWFromFP(FILE * fp,
+                                                SDL_bool autoclose);
 #endif
 
 extern DECLSPEC SDL_RWops *SDLCALL SDL_RWFromMem(void *mem, int size);