dbf_amiga

view src/scnload.h @ 0:87dfe0e10235

initial commit
author John Tsiombikas <nuclear@member.fsf.org>
date Mon, 31 Aug 2015 07:38:37 +0300
parents
children
line source
1 #ifndef SCNLOAD_H_
2 #define SCNLOAD_H_
4 class Scene;
6 bool load_obj(Scene *scn, const char *fname);
7 bool load_obj(Scene *scn, FILE *fp);
9 #endif /* SCNLOAD_H_ */