Moved out for loop & fixed getting mesh headers

This commit is contained in:
2018-04-07 04:39:16 -07:00
parent 0e5c96b83b
commit 8016deae86
3 changed files with 52 additions and 10 deletions

View File

@@ -71,7 +71,9 @@ struct Mesh {
void printgheader(struct Header*);
bool getmeshheaders(struct MeshHeader **, const char *, unsigned int);
void printmeshheader(struct MeshHeader*);
bool getmeshheader(struct MeshHeader**, unsigned int i, const char * const);
#endif