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/toolbox.c')
-rw-r--r--source/blender/src/toolbox.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/blender/src/toolbox.c b/source/blender/src/toolbox.c
index 8dd2804a2fa..f9af3e80973 100644
--- a/source/blender/src/toolbox.c
+++ b/source/blender/src/toolbox.c
@@ -121,6 +121,10 @@ static char *tbstr, *tbstr1, *keystr;
static void (*tbfunc)(int);
static int tbval;
+/* prototypes ----------------------- */
+TBcallback *callback_dummy(int level, int entry);
+
+
/* *********** PC PATCH ************* */
void ColorFunc(int i)