foo
[vrlugburz] / src / scenefile.h
index 745b020..ab59b6a 100644 (file)
@@ -16,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_ */