summaryrefslogtreecommitdiff
path: root/mpq-errors.h
diff options
context:
space:
mode:
authorPixel <pixel@nobis-crew.org>2009-08-04 11:03:27 -0700
committerPixel <pixel@nobis-crew.org>2009-08-04 11:07:09 -0700
commitd6323e7bd7f817c13ce992ef118cbcf4127ad076 (patch)
treeacb2b826f870bc6707fbfb1d3d4160ee0d425b9f /mpq-errors.h
parenta1eb7179ba270ba5183ae3da7689261b03138fed (diff)
Adding stubs for MPQ writes.
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
};