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:
authorTon Roosendaal <ton@blender.org>2003-10-29 03:23:16 +0300
committerTon Roosendaal <ton@blender.org>2003-10-29 03:23:16 +0300
commit5ea904facacea7adf654c2548fa127f746ea105b (patch)
tree6bdc033dbd6c8ebc8069ca4acdbc283a90811207 /source/blender/include/BIF_toolbox.h
parent29f532588a23e7bb54d4414b0488b62cdf63062d (diff)
- added another load of items to new toolbox... yeez, what an
ENORMOUS job Matt has done with the menus! :) - followed as much as possible order and options in pulldowns, but since toolbox has more categories, it is split up sometimes. - did some minor changes in pulldowns to make it more consistant - not yet: armature & text options... - not yet: toolbox in other window types (warning; shift+a now is new... eek!)
Diffstat (limited to 'source/blender/include/BIF_toolbox.h')
-rw-r--r--source/blender/include/BIF_toolbox.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/include/BIF_toolbox.h b/source/blender/include/BIF_toolbox.h
index d4e4a76cbcf..e5db9d8ac0f 100644
--- a/source/blender/include/BIF_toolbox.h
+++ b/source/blender/include/BIF_toolbox.h
@@ -104,6 +104,7 @@ void drawtoolbox (void);
void toolbox (void);
void toolbox_n(void);
+void toolbox_n_add(void);
void notice (char *str, ...);
void error (char *fmt, ...);