author | Ryan C. Gordon <icculus@icculus.org> |
Mon, 23 Jul 2001 07:15:48 +0000 | |
changeset 49 | 5e6d33615d30 |
parent 48 | 113df08e5fee |
child 50 | 989b413188e5 |
physfs_internal.h | file | annotate | diff | comparison | revisions |
--- a/physfs_internal.h Mon Jul 23 07:15:21 2001 +0000 +++ b/physfs_internal.h Mon Jul 23 07:15:48 2001 +0000 @@ -254,6 +254,7 @@ #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().