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_app_translations.h')
-rw-r--r--source/blender/python/intern/bpy_app_translations.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/source/blender/python/intern/bpy_app_translations.h b/source/blender/python/intern/bpy_app_translations.h
index e1e82480b49..1e98c7d9aaa 100644
--- a/source/blender/python/intern/bpy_app_translations.h
+++ b/source/blender/python/intern/bpy_app_translations.h
@@ -21,7 +21,15 @@
#ifndef __BPY_APP_TRANSLATIONS_H__
#define __BPY_APP_TRANSLATIONS_H__
+#ifdef __cplusplus
+extern "C" {
+#endif
+
PyObject *BPY_app_translations_struct(void);
void BPY_app_translations_end(void);
+#ifdef __cplusplus
+}
+#endif
+
#endif /* __BPY_APP_TRANSLATIONS_H__ */