summaryrefslogtreecommitdiff
path: root/include/common.h
diff options
context:
space:
mode:
authorsanine-a <sanine.not@pm.me>2020-06-01 22:33:43 -0500
committersanine-a <sanine.not@pm.me>2020-06-01 22:33:43 -0500
commite1935b6f7af6d036eb15c75c2a98bf43805c48fc (patch)
tree6e0078c4508347a8243ead80544353b859caf2b8 /include/common.h
parentea197a4459f3dc8ad885e5134e6358173650901f (diff)
add model loading
Diffstat (limited to 'include/common.h')
-rw-r--r--include/common.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/common.h b/include/common.h
index f83acca..83934ac 100644
--- a/include/common.h
+++ b/include/common.h
@@ -36,6 +36,9 @@ typedef enum {
/* mesh errors */
HONEY_MESH_BAD_VERTEX_DATA,
HONEY_MESH_BAD_INDEX_DATA,
+
+ /* model errors */
+ HONEY_MODEL_LOAD_ERROR,
HONEY_N_ERRORS } honey_error;