#ifndef MONS_GLTF_H #define MONS_GLTF_H #include "shader.h" #include struct mons_model; int mons_load_gltf(char *path, mons_program shader, struct mons_model **out, int *count); #endif