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_render.h')
-rw-r--r--source/blender/editors/include/ED_render.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/source/blender/editors/include/ED_render.h b/source/blender/editors/include/ED_render.h
index d36d2559f26..0645b256a15 100644
--- a/source/blender/editors/include/ED_render.h
+++ b/source/blender/editors/include/ED_render.h
@@ -26,6 +26,10 @@
#include "DNA_vec_types.h"
+#ifdef __cplusplus
+extern "C" {
+#endif
+
struct DEGEditorUpdateContext;
struct ID;
struct MTex;
@@ -103,4 +107,8 @@ void ED_render_clear_mtex_copybuf(void);
void ED_render_internal_init(void);
+#ifdef __cplusplus
+}
+#endif
+
#endif