Offset sanity checks

This commit is contained in:
surkeh
2018-04-19 05:58:35 -07:00
parent 2977274f93
commit 889a3e44a6
6 changed files with 15 additions and 7 deletions

View File

@@ -105,7 +105,7 @@ static bool getmeshheader(struct MeshHeader**, unsigned int i, const char * cons
static bool getmeshbatch(struct Batch*, unsigned int offset, const char * const);
static bool getmesh(struct Mesh*, unsigned int i, const char* filename);
static bool getmesh(struct Mesh*, unsigned int i, const char* filename, unsigned int filesize);
#endif