1 2 3 4 5 6 7 8 9
#pragma once #include "defines.h" struct core; typedef u32 model_handle; 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);