Merged a/iosanitycheck into master

This commit is contained in:
surkeh
2018-04-19 16:08:36 -07:00
6 changed files with 22 additions and 13 deletions

View File

@@ -99,7 +99,8 @@ typedef struct {
// input: pointer to struct, order, file data
bool (* const getmesh) (struct Mesh*,
unsigned int i,
const char*);
const char*,
unsigned int filesize);
} fn_devil1geo;
extern fn_devil1geo const DEVIL1GEO;