Added ERR_BAD_FILENAME.

This commit is contained in:
Ryan C. Gordon 2002-07-28 17:59:38 +00:00
parent 4a3cbea69b
commit 989fd382c4
1 changed files with 1 additions and 0 deletions

View File

@ -281,6 +281,7 @@ typedef struct __PHYSFS_DIRFUNCTIONS__
#define ERR_NOT_AN_ARCHIVE "Not an archive"
#define ERR_CORRUPTED "Corrupted archive"
#define ERR_SEEK_OUT_OF_RANGE "Seek out of range"
#define ERR_BAD_FILENAME "Bad filename"
/*