Added ERR_SEEK_OUT_OF_RANGE define.

This commit is contained in:
Ryan C. Gordon 2002-07-27 06:20:10 +00:00
parent 5098c6e96e
commit df5ef85087
1 changed files with 1 additions and 0 deletions

View File

@ -280,6 +280,7 @@ typedef struct __PHYSFS_DIRFUNCTIONS__
#define ERR_FILE_NOT_FOUND "File not found"
#define ERR_NOT_AN_ARCHIVE "Not an archive"
#define ERR_CORRUPTED "Corrupted archive"
#define ERR_SEEK_OUT_OF_RANGE "Seek out of range"
/*