mirror of
https://notabug.org/scuti/lib3ddevil1
synced 2026-04-24 21:42:15 +05:30
Initialized pointers for arrays in struct Batch
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user