Skip to content

Commit

Permalink
PHYSFS_file is now PHYSFS_File to match 2.0 API (but has a typedef for
Browse files Browse the repository at this point in the history
 legacy support).
  • Loading branch information
icculus committed Sep 26, 2004
1 parent 7521634 commit c5bf5c1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion physfs.h
Expand Up @@ -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 */


/**
Expand Down

0 comments on commit c5bf5c1

Please sign in to comment.