Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
authorBastien Montagne <montagne29@wanadoo.fr>2015-07-01 13:34:04 +0300
committerBastien Montagne <montagne29@wanadoo.fr>2015-07-01 13:34:04 +0300
commitd3109a193732e0020e66cdc0582cdf3d9be1d398 (patch)
treec01dde01e1f0c2ff9376b3e00606d3a30bef051c /source
parent53d12bbe04c3d0a7d5b5516437d63d1d08b797fd (diff)
BPlayer compile fix ©
Diffstat (limited to 'source')
-rw-r--r--source/blenderplayer/bad_level_call_stubs/stubs.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blenderplayer/bad_level_call_stubs/stubs.c b/source/blenderplayer/bad_level_call_stubs/stubs.c
index 74f58d4e1f9..9c4a331f5d1 100644
--- a/source/blenderplayer/bad_level_call_stubs/stubs.c
+++ b/source/blenderplayer/bad_level_call_stubs/stubs.c
@@ -308,6 +308,8 @@ void WM_cursor_modal_restore(struct wmWindow *win) RET_NONE
void WM_cursor_time(struct wmWindow *win, int nr) RET_NONE
void WM_cursor_warp(struct wmWindow *win, int x, int y) RET_NONE
+void WM_ndof_deadzone_set(float deadzone) RET_NONE
+
void WM_uilisttype_init(void) RET_NONE
struct uiListType *WM_uilisttype_find(const char *idname, bool quiet) RET_NULL
bool WM_uilisttype_add(struct uiListType *ult) RET_ZERO