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_util.h')
-rw-r--r--source/blender/editors/include/ED_util.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/source/blender/editors/include/ED_util.h b/source/blender/editors/include/ED_util.h
index 8cce8fa973a..8b4829446c3 100644
--- a/source/blender/editors/include/ED_util.h
+++ b/source/blender/editors/include/ED_util.h
@@ -26,6 +26,10 @@
#include "BLI_compiler_attrs.h"
+#ifdef __cplusplus
+extern "C" {
+#endif
+
struct Main;
struct bContext;
struct wmOperatorType;
@@ -64,4 +68,8 @@ void unpack_menu(struct bContext *C,
const char *folder,
struct PackedFile *pf);
+#ifdef __cplusplus
+}
+#endif
+
#endif /* __ED_UTIL_H__ */