Przeglądaj źródła

Added ERR_BAD_FILENAME.

Ryan C. Gordon 23 lat temu
rodzic
commit
989fd382c4
1 zmienionych plików z 1 dodań i 0 usunięć
  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"
 
 
 /*