Fix player stubs (tm)

This commit is contained in:
jens verwiebe 2017-03-23 15:47:23 +01:00
parent 2c78b0c71f
commit e04970b392
1 changed files with 2 additions and 1 deletions

View File

@ -737,7 +737,8 @@ int collada_export(struct Scene *sce,
int use_blender_profile,
int sort_by_name,
BC_export_transformation_type export_transformation_type,
int open_sim) RET_ZERO
int open_sim,
int keep_bind_info) RET_ZERO
void ED_mesh_calc_tessface(struct Mesh *mesh, bool free_mpoly) RET_NONE