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
diff options
context:
space:
mode:
Diffstat (limited to 'source/blender/src/editkey.c')
-rw-r--r--source/blender/src/editkey.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/blender/src/editkey.c b/source/blender/src/editkey.c
index 03e1496c25c..d2cdb1cf8e3 100644
--- a/source/blender/src/editkey.c
+++ b/source/blender/src/editkey.c
@@ -89,6 +89,10 @@
extern ListBase editNurb; /* in editcurve.c */
+
+/* local prototypes ------------------ */
+void make_rvk_slider(uiBlock *, Key *, int , int , int , int , int ); /* used in drawaction.c too */
+
/* temporary storage for slider values */
float meshslidervals[64] = {0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0,
0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0,