From 99f2476d7bb8479d543f080c209324c77c775737 Mon Sep 17 00:00:00 2001 From: omniscient <17525998+omnisci3nce@users.noreply.github.com> Date: Mon, 10 Jun 2024 13:35:23 +1000 Subject: bring back gltf --- src/resources/loaders.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/resources/loaders.h') diff --git a/src/resources/loaders.h b/src/resources/loaders.h index 858e4d1..fe03ed9 100644 --- a/src/resources/loaders.h +++ b/src/resources/loaders.h @@ -5,5 +5,5 @@ struct core; -model_handle model_load_obj(struct core *core, const char *path, bool invert_texture_y); -model_handle model_load_gltf(struct core *core, const char *path, bool invert_texture_y); +model_handle model_load_obj(const char *path, bool invert_texture_y); +model_handle model_load_gltf(const char *path, bool invert_texture_y); -- cgit v1.2.3-70-g09d2