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_image.h')
-rw-r--r--source/blender/editors/include/ED_image.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/source/blender/editors/include/ED_image.h b/source/blender/editors/include/ED_image.h
index d78c2620253..e97630cfb99 100644
--- a/source/blender/editors/include/ED_image.h
+++ b/source/blender/editors/include/ED_image.h
@@ -27,6 +27,10 @@
#include "DNA_listBase.h"
#include "DNA_space_types.h"
+#ifdef __cplusplus
+extern "C" {
+#endif
+
struct ARegion;
struct ImBuf;
struct Image;
@@ -142,4 +146,8 @@ ListBase ED_image_filesel_detect_sequences(struct Main *bmain,
struct wmOperator *op,
const bool detect_udim);
+#ifdef __cplusplus
+}
+#endif
+
#endif /* __ED_IMAGE_H__ */