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_colormanagement.h')
-rw-r--r--source/blender/imbuf/IMB_colormanagement.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/source/blender/imbuf/IMB_colormanagement.h b/source/blender/imbuf/IMB_colormanagement.h
index a94a9797a35..5e5b3e85b38 100644
--- a/source/blender/imbuf/IMB_colormanagement.h
+++ b/source/blender/imbuf/IMB_colormanagement.h
@@ -27,6 +27,10 @@
#include "BLI_sys_types.h"
#include "BLI_compiler_compat.h"
+#ifdef __cplusplus
+extern "C" {
+#endif
+
#define BCM_CONFIG_FILE "config.ocio"
struct ColorManagedColorspaceSettings;
@@ -363,6 +367,10 @@ enum {
COLOR_ROLE_DATA,
};
+#ifdef __cplusplus
+}
+#endif
+
#include "intern/colormanagement_inline.c"
#endif /* __IMB_COLORMANAGEMENT_H__ */