changeset 654 | c0ae01de361d |
parent 576 | 5da65f8e9a50 |
child 767 | db29bf06d171 |
--- a/extras/physfsrwops.h Sun Sep 26 13:16:06 2004 +0000 +++ b/extras/physfsrwops.h Sun Sep 26 13:17:54 2004 +0000 @@ -76,7 +76,7 @@ * @return A valid SDL_RWops structure on success, NULL on error. Specifics * of the error can be gleaned from PHYSFS_getLastError(). */ -__EXPORT__ SDL_RWops *PHYSFSRWOPS_makeRWops(PHYSFS_file *handle); +__EXPORT__ SDL_RWops *PHYSFSRWOPS_makeRWops(PHYSFS_File *handle); #ifdef __cplusplus }