Initialized pointers for arrays in struct Batch

This commit is contained in:
_
2018-04-07 22:09:29 -07:00
parent fb962d2ffe
commit ad357afc36
3 changed files with 18 additions and 8 deletions

View File

@@ -76,6 +76,8 @@ void printmeshbatch(struct Batch*);
void printpositions(struct Positions*, unsigned int);
void printnormals(struct Normals*, unsigned int);
// ** = 'pass by reference' of a pointer to struct
bool getmeshheader(struct MeshHeader**, unsigned int i, const char * const);