Fix player stubs (tm)

This commit is contained in:
Jens Verwiebe
2017-03-23 15:47:23 +01:00
parent 2c78b0c71f
commit e04970b392

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