diff --git a/physfs.h b/physfs.h index 478702a..7cc1f01 100644 --- a/physfs.h +++ b/physfs.h @@ -269,8 +269,9 @@ PHYSFS_COMPILE_TIME_ASSERT(sint64, sizeof(PHYSFS_sint64) == 8); typedef struct { void *opaque; /**< That's all you get. Don't touch. */ -} PHYSFS_file; +} PHYSFS_File; +typedef PHYSFS_File PHYSFS_file; /* for backwards compatibility with 1.0 */ /**