Added ERR_SEEK_OUT_OF_RANGE define.
This commit is contained in:
parent
5098c6e96e
commit
df5ef85087
|
@ -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"
|
||||
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in New Issue