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/include/ED_node.h')
-rw-r--r--source/blender/editors/include/ED_node.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/source/blender/editors/include/ED_node.h b/source/blender/editors/include/ED_node.h
index de7d2e1a395..eedee9d5280 100644
--- a/source/blender/editors/include/ED_node.h
+++ b/source/blender/editors/include/ED_node.h
@@ -24,6 +24,10 @@
#ifndef __ED_NODE_H__
#define __ED_NODE_H__
+#ifdef __cplusplus
+extern "C" {
+#endif
+
struct ID;
struct Main;
struct Scene;
@@ -110,4 +114,8 @@ void ED_operatormacros_node(void);
bool ED_space_node_color_sample(
struct Main *bmain, struct SpaceNode *snode, struct ARegion *ar, int mval[2], float r_col[3]);
+#ifdef __cplusplus
+}
+#endif
+
#endif /* __ED_NODE_H__ */