Fix blenderplayer build (tm)

This commit is contained in:
Dalai Felinto 2017-06-20 15:51:42 +02:00
parent 63d71edfca
commit c2f4308e6b
1 changed files with 0 additions and 1 deletions

View File

@ -363,7 +363,6 @@ struct wmManipulatorMapType *WM_manipulatormaptype_ensure(const struct wmManipul
struct wmManipulatorMap *WM_manipulatormap_new_from_type(const struct wmManipulatorMapType_Params *wmap_params) RET_NULL
void WM_manipulatormaptype_group_init_runtime(
const struct Main *bmain, struct wmManipulatorMapType *mmap_type, struct wmManipulatorGroupType *wgt) RET_NONE
void WM_manipulatorgrouptype_unregister(struct bContext *C, struct Main *bmain, struct wmManipulatorGroupType *wgt) RET_NONE
#ifdef WITH_INPUT_NDOF
void WM_ndof_deadzone_set(float deadzone) RET_NONE