summaryrefslogtreecommitdiff
path: root/mpq-errors.h
diff options
context:
space:
mode:
authorpixel <pixel>2007-07-10 09:17:51 +0000
committerpixel <pixel>2007-07-10 09:17:51 +0000
commit8feb553794efc2a328f8ce2beed5eeacc43238f4 (patch)
treee1e210e854290078586ea88763b9751a8d6d08a9 /mpq-errors.h
parente3be7db2c856dc67286a5c873f65af1f40126f46 (diff)
mpq-file working.
Diffstat (limited to 'mpq-errors.h')
-rw-r--r--mpq-errors.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/mpq-errors.h b/mpq-errors.h
index 047d31d..f452904 100644
--- a/mpq-errors.h
+++ b/mpq-errors.h
@@ -21,6 +21,10 @@ enum {
MPQLIB_ERROR_READ,
MPQLIB_ERROR_INVALID_IOCTL,
MPQLIB_ERROR_IOCTL_INVALID_ENTRY,
+ MPQLIB_ERROR_NOT_A_FILE,
+ MPQLIB_ERROR_NOT_SUPPORTED,
+ MPQLIB_ERROR_NOT_COMPRESSED,
+ MPQLIB_ERROR_COMPRESSION,
MPQLIB_ERRORS_MAX
};