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/imbuf/IMB_imbuf_types.h')
-rw-r--r--source/blender/imbuf/IMB_imbuf_types.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/source/blender/imbuf/IMB_imbuf_types.h b/source/blender/imbuf/IMB_imbuf_types.h
index 0568c425e78..3559a7ca387 100644
--- a/source/blender/imbuf/IMB_imbuf_types.h
+++ b/source/blender/imbuf/IMB_imbuf_types.h
@@ -22,6 +22,10 @@
#include "DNA_vec_types.h" /* for rcti */
+#ifdef __cplusplus
+extern "C" {
+#endif
+
/** \file
* \ingroup imbuf
* \brief Contains defines and structs used throughout the imbuf module.
@@ -347,4 +351,8 @@ enum {
/** \} */
+#ifdef __cplusplus
+}
+#endif
+
#endif /* __IMB_IMBUF_TYPES_H__ */