commit 6c7bbcb14d400ac6d93ecff9e206688511fe67c4
parent d016a474b26a5ae4bd634f97890c931b019d535d
Author: Frederic Cambus <fred@statdns.com>
Date: Fri, 19 Oct 2018 12:13:03 +0200
Add a new ANSILOVE_FILE_ERROR error macro
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/include/ansilove.h b/include/ansilove.h
@@ -19,7 +19,8 @@
#define ANSILOVE_INVALID_PARAM 1
#define ANSILOVE_FORMAT_ERROR 2
#define ANSILOVE_MEMORY_ERROR 3
-#define ANSILOVE_GD_ERROR 4
+#define ANSILOVE_FILE_ERROR 4
+#define ANSILOVE_GD_ERROR 5
/* PC Fonts */
#define ANSILOVE_FONT_CP437 1 /* IBM PC 80x25 */