From e4dd7978d24f53465c8475bd3a027047b4a53bb8 Mon Sep 17 00:00:00 2001 From: sanine-a Date: Fri, 5 Jun 2020 18:20:49 -0500 Subject: refactor: rename honey_error to honey_result --- include/model.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/model.h') diff --git a/include/model.h b/include/model.h index 00d20b7..d210792 100644 --- a/include/model.h +++ b/include/model.h @@ -22,7 +22,7 @@ typedef struct { * @param[out] model Pointer to the destination honey_model struct. * @param[in] path Path of the model to be loaded. */ -honey_error honey_model_load(honey_model* model, char* path); +honey_result honey_model_load(honey_model* model, char* path); void honey_model_draw(honey_model* model, honey_shader shader); void honey_model_delete(honey_model* model); -- cgit v1.2.1