소스 검색

Added ERR_COMPRESSION

Ryan C. Gordon 25 년 전
부모
커밋
ed2e2b3ce4
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      physfs_internal.h

+ 1 - 0
physfs_internal.h

@@ -254,6 +254,7 @@ typedef struct __PHYSFS_DIRFUNCTIONS__
 #define ERR_IO_ERROR             "I/O error"
 #define ERR_CANT_SET_WRITE_DIR   "Can't set write directory"
 #define ERR_TOO_MANY_SYMLINKS    "Too many symbolic links"
+#define ERR_COMPRESSION          "(De)compression error"
 
 /*
  * Call this to set the message returned by PHYSFS_getLastError().