Fix blenderplayer

This commit is contained in:
Dalai Felinto 2017-07-17 09:30:39 +02:00
parent f942511fd2
commit 728d64c5dc
1 changed files with 1 additions and 1 deletions

View File

@ -379,7 +379,7 @@ void WM_manipulator_target_property_def_rna_ptr(struct wmManipulator *mpr, const
void WM_manipulatorgrouptype_remove_ptr(struct wmManipulatorGroupType *wt) RET_NONE
void WM_manipulatormaptype_group_unlink(struct bContext *C, struct Main *bmain, struct wmManipulatorMapType *mmap_type, const struct wmManipulatorGroupType *wgt) RET_NONE
void WM_manipulatortype_append_ptr(void (*mnpfunc)(struct wmManipulatorType *, void *), void *userdata) RET_NONE
void WM_manipulatortype_remove_ptr(struct wmManipulatorType *wt) RET_NONE
void WM_manipulatortype_remove_ptr(struct bContext *C, struct Main *bmain, struct wmManipulatorType *wt) RET_NONE
void ED_manipulator_draw_preset_box(const struct wmManipulator *mpr, float mat[4][4], int select_id) RET_NONE
void ED_manipulator_draw_preset_arrow(const struct wmManipulator *mpr, float mat[4][4], int axis, int select_id) RET_NONE