Sfoglia il codice sorgente

Added ERR_BAD_FILENAME.

Ryan C. Gordon 23 anni fa
parent
commit
989fd382c4
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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_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"
 
 
 
 
 /*
 /*