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_rna_gizmo.h')
-rw-r--r--source/blender/python/intern/bpy_rna_gizmo.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/source/blender/python/intern/bpy_rna_gizmo.h b/source/blender/python/intern/bpy_rna_gizmo.h
index 293ab38a6ab..b209dbf4a26 100644
--- a/source/blender/python/intern/bpy_rna_gizmo.h
+++ b/source/blender/python/intern/bpy_rna_gizmo.h
@@ -21,6 +21,14 @@
#ifndef __BPY_RNA_GIZMO_H__
#define __BPY_RNA_GIZMO_H__
+#ifdef __cplusplus
+extern "C" {
+#endif
+
int BPY_rna_gizmo_module(PyObject *);
+#ifdef __cplusplus
+}
+#endif
+
#endif /* __BPY_RNA_GIZMO_H__ */