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/editors/space_info/textview.h')
-rw-r--r--source/blender/editors/space_info/textview.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/blender/editors/space_info/textview.h b/source/blender/editors/space_info/textview.h
index 653c9b83a50..2f9e518ed47 100644
--- a/source/blender/editors/space_info/textview.h
+++ b/source/blender/editors/space_info/textview.h
@@ -24,6 +24,8 @@
* \ingroup spinfo
*/
+#ifndef __TEXTVIEW_H__
+#define __TEXTVIEW_H__
typedef struct TextViewContext {
int lheight;
@@ -59,3 +61,5 @@ int textview_draw(struct TextViewContext *tvc, const int draw, int mval[2], void
#define TVC_LINE_FG (1<<0)
#define TVC_LINE_BG (1<<1)
+
+#endif /* __TEXTVIEW_H__ */