Fix for fix for bplayer (c) :/

This commit is contained in:
Bastien Montagne 2017-06-09 09:23:54 +02:00
parent 03a5da0a63
commit 58de2164c9

@ -750,6 +750,10 @@ int collada_export(struct Scene *sce,
void ED_mesh_calc_tessface(struct Mesh *mesh, bool free_mpoly) RET_NONE
/* bpy/python internal api */
extern void BPY_RNA_operator_wrapper(struct wmOperatorType *ot, void *userdata);
extern void BPY_RNA_operator_macro_wrapper(struct wmOperatorType *ot, void *userdata);
void BPY_RNA_operator_wrapper(struct wmOperatorType *ot, void *userdata) RET_NONE
void BPY_RNA_operator_macro_wrapper(struct wmOperatorType *ot, void *userdata) RET_NONE
void BPY_text_free_code(struct Text *text) RET_NONE
void BPY_id_release(struct ID *id) RET_NONE
int BPY_context_member_get(struct bContext *C, const char *member, struct bContextDataResult *result) RET_ZERO