X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=src%2Fscenefile.h;h=ab59b6abcf0aafb8eb3f3dbad04528457d59d666;hb=9089b4a32162a85cb3d244c915f31cc5adc3c389;hp=29e9268432c2cdcc3871ab40d781b9406d945bfc;hpb=f3d32774e0c196175d8143c21313097bcc8ff3a2;p=vrlugburz diff --git a/src/scenefile.h b/src/scenefile.h index 29e9268..ab59b6a 100644 --- a/src/scenefile.h +++ b/src/scenefile.h @@ -4,6 +4,8 @@ #include "mesh.h" struct scenefile { + char *fname; + struct mesh *meshlist; int num_meshes; @@ -14,4 +16,6 @@ struct scenefile { int load_scenefile(struct scenefile *scn, const char *fname); void destroy_scenefile(struct scenefile *scn); +struct mesh *find_mesh_prefix(struct scenefile *scn, const char *prefix); + #endif /* SCENEFILE_H_ */