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_logic.h')
-rw-r--r--source/blender/editors/include/ED_logic.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/source/blender/editors/include/ED_logic.h b/source/blender/editors/include/ED_logic.h
index 8158bee15f3..ae2d5038321 100644
--- a/source/blender/editors/include/ED_logic.h
+++ b/source/blender/editors/include/ED_logic.h
@@ -24,7 +24,15 @@
#ifndef __ED_LOGIC_H__
#define __ED_LOGIC_H__
+#ifdef __cplusplus
+extern "C" {
+#endif
+
/* logic_ops.c */
void ED_operatortypes_logic(void);
+#ifdef __cplusplus
+}
+#endif
+
#endif /* __ED_LOGIC_H__ */