diff options
author | sanine-a <sanine.not@pm.me> | 2020-06-01 22:33:43 -0500 |
---|---|---|
committer | sanine-a <sanine.not@pm.me> | 2020-06-01 22:33:43 -0500 |
commit | e1935b6f7af6d036eb15c75c2a98bf43805c48fc (patch) | |
tree | 6e0078c4508347a8243ead80544353b859caf2b8 /include/common.h | |
parent | ea197a4459f3dc8ad885e5134e6358173650901f (diff) |
add model loading
Diffstat (limited to 'include/common.h')
-rw-r--r-- | include/common.h | 3 |
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; |