Fix compiling blenderplayer (tm)

This commit is contained in:
Julian Eisel
2017-06-13 23:40:31 +02:00
parent 0095f4f834
commit c9de10a632

View File

@@ -361,7 +361,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_manipulatorgrouptype_init_runtime(
const struct Main *bmain, struct wmManipulatorMapType *wmaptype, 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