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>2008-12-13 22:00:54 +0300
committerTon Roosendaal <ton@blender.org>2008-12-13 22:00:54 +0300
commit2493644509da284ec55d33af91f52c1e522895bc (patch)
tree8d007f78c973bd84c97ada27af9c01dafee6eccb /source/blender/editors/include/ED_space_api.h
parent04e264a7a22303ad61940a849a93735f06a5893a (diff)
2.5
Added basics for oour precious Buttons Window. The one that will be (OH NO!) vertical one day? ;)
Diffstat (limited to 'source/blender/editors/include/ED_space_api.h')
-rw-r--r--source/blender/editors/include/ED_space_api.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/include/ED_space_api.h b/source/blender/editors/include/ED_space_api.h
index d7b4e90e061..b1eb4d152cb 100644
--- a/source/blender/editors/include/ED_space_api.h
+++ b/source/blender/editors/include/ED_space_api.h
@@ -38,6 +38,7 @@ void ED_spacetype_view3d(void);
void ED_spacetype_ipo(void);
void ED_spacetype_image(void);
void ED_spacetype_node(void);
+void ED_spacetype_buttons(void);
#endif /* ED_AREA_H */