Преглед изворни кода

Added ERR_SEEK_OUT_OF_RANGE define.

Ryan C. Gordon пре 23 година
родитељ
комит
df5ef85087
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      physfs_internal.h

+ 1 - 0
physfs_internal.h

@@ -280,6 +280,7 @@ typedef struct __PHYSFS_DIRFUNCTIONS__
 #define ERR_FILE_NOT_FOUND       "File not found"
 #define ERR_NOT_AN_ARCHIVE       "Not an archive"
 #define ERR_CORRUPTED            "Corrupted archive"
+#define ERR_SEEK_OUT_OF_RANGE    "Seek out of range"
 
 
 /*