Explorar o código

Added ERR_BAD_FILENAME.

Ryan C. Gordon %!s(int64=24) %!d(string=hai) anos
pai
achega
989fd382c4
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      physfs_internal.h

+ 1 - 0
physfs_internal.h

@@ -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"
 
 
 /*