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/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