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/python/intern/bpy_path.h')
-rw-r--r--source/blender/python/intern/bpy_path.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/source/blender/python/intern/bpy_path.h b/source/blender/python/intern/bpy_path.h
index 3f102ae2bb9..0da9e610b53 100644
--- a/source/blender/python/intern/bpy_path.h
+++ b/source/blender/python/intern/bpy_path.h
@@ -21,6 +21,14 @@
#ifndef __BPY_PATH_H__
#define __BPY_PATH_H__
+#ifdef __cplusplus
+extern "C" {
+#endif
+
PyObject *BPyInit__bpy_path(void);
+#ifdef __cplusplus
+}
+#endif
+
#endif