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>2004-04-21 02:00:33 +0400
committerTon Roosendaal <ton@blender.org>2004-04-21 02:00:33 +0400
commit6d9b6ccbbfb2cceddc14bef61bfe0067d8131b48 (patch)
treeef31717c11c6df06233bffb8bd755277d41dc4b4 /source/blender/include/BIF_toolbox.h
parent9a122193729f9f31532d092fc3ecc8a7f7cd3d3d (diff)
- code cleanup: blender/src now compiles -Wall without warnings again.
- first code for panel in NLA window, tomorrow I continue with it.
Diffstat (limited to 'source/blender/include/BIF_toolbox.h')
-rw-r--r--source/blender/include/BIF_toolbox.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/source/blender/include/BIF_toolbox.h b/source/blender/include/BIF_toolbox.h
index 1350592a0ee..1b7e05c5217 100644
--- a/source/blender/include/BIF_toolbox.h
+++ b/source/blender/include/BIF_toolbox.h
@@ -30,6 +30,10 @@
* ***** END GPL/BL DUAL LICENSE BLOCK *****
*/
+#ifndef BIF_TOOLBOX_H
+#define BIF_TOOLBOX_H
+
+
/* TBOXX: width in pixels */
#define TBOXXL 80
#define TBOXXR 200
@@ -126,3 +130,4 @@ void replace_names_but (void);
void BIF_screendump(void);
void write_screendump(char *name);
+#endif