Added ERR_BAD_FILENAME.
This commit is contained in:
parent
4a3cbea69b
commit
989fd382c4
|
@ -281,6 +281,7 @@ typedef struct __PHYSFS_DIRFUNCTIONS__
|
||||||
#define ERR_NOT_AN_ARCHIVE "Not an archive"
|
#define ERR_NOT_AN_ARCHIVE "Not an archive"
|
||||||
#define ERR_CORRUPTED "Corrupted archive"
|
#define ERR_CORRUPTED "Corrupted archive"
|
||||||
#define ERR_SEEK_OUT_OF_RANGE "Seek out of range"
|
#define ERR_SEEK_OUT_OF_RANGE "Seek out of range"
|
||||||
|
#define ERR_BAD_FILENAME "Bad filename"
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Reference in New Issue