From fabd02b4bb0c1df2b65ea682b29087a1776954ed Mon Sep 17 00:00:00 2001 From: pixel Date: Mon, 9 Jul 2007 16:34:30 +0000 Subject: Adding basic file handling. --- mpq-errors.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'mpq-errors.h') diff --git a/mpq-errors.h b/mpq-errors.h index e7da789..047d31d 100644 --- a/mpq-errors.h +++ b/mpq-errors.h @@ -14,10 +14,13 @@ const char * mpqlib_error(); enum { MPQLIB_ERROR_NO_ERROR = 0, + MPQLIB_ERROR_UNKNOWN, MPQLIB_ERROR_OPEN, MPQLIB_ERROR_NOT_MPQ_ARCHIVE, MPQLIB_ERROR_MEMORY, MPQLIB_ERROR_READ, + MPQLIB_ERROR_INVALID_IOCTL, + MPQLIB_ERROR_IOCTL_INVALID_ENTRY, MPQLIB_ERRORS_MAX }; -- cgit v1.2.3