latest goat3d changes
[deeprace] / libs / goat3d / src / g3dscn.h
index 468f9d3..e1e8f5e 100644 (file)
@@ -195,4 +195,7 @@ int g3dimpl_anmsave(const struct goat3d *g, struct goat3d_io *io);
 /* defined in extmesh.c */
 int g3dimpl_loadmesh(struct goat3d_mesh *mesh, const char *fname);
 
+/* defined in readgltf.c */
+int g3dimpl_loadgltf(struct goat3d *g, struct goat3d_io *io);
+
 #endif /* GOAT3D_SCENE_H_ */