summaryrefslogtreecommitdiff
path: root/mpq-errors.h
diff options
context:
space:
mode:
Diffstat (limited to 'mpq-errors.h')
-rw-r--r--mpq-errors.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/mpq-errors.h b/mpq-errors.h
index d9918c4..ada05f1 100644
--- a/mpq-errors.h
+++ b/mpq-errors.h
@@ -26,6 +26,8 @@ enum {
MPQLIB_ERROR_NOT_SUPPORTED,
MPQLIB_ERROR_NOT_COMPRESSED,
MPQLIB_ERROR_COMPRESSION,
+ MPQLIB_ERROR_READONLY,
+ MPQLIB_ERROR_TOO_MANY_FILES,
MPQLIB_ERRORS_MAX
};