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 ada05f1..e22d370 100644
--- a/mpq-errors.h
+++ b/mpq-errors.h
@@ -18,7 +18,9 @@ enum {
MPQLIB_ERROR_OPEN,
MPQLIB_ERROR_NOT_MPQ_ARCHIVE,
MPQLIB_ERROR_MEMORY,
+ MPQLIB_ERROR_SEEK,
MPQLIB_ERROR_READ,
+ MPQLIB_ERROR_WRITE,
MPQLIB_ERROR_INVALID_IOCTL,
MPQLIB_ERROR_IOCTL_INVALID_ENTRY,
MPQLIB_ERROR_FILE_NOT_FOUND,