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_uvedit.h')
-rw-r--r--source/blender/editors/include/ED_uvedit.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/source/blender/editors/include/ED_uvedit.h b/source/blender/editors/include/ED_uvedit.h
index c912778afd8..1671d220d81 100644
--- a/source/blender/editors/include/ED_uvedit.h
+++ b/source/blender/editors/include/ED_uvedit.h
@@ -24,6 +24,10 @@
#ifndef __ED_UVEDIT_H__
#define __ED_UVEDIT_H__
+#ifdef __cplusplus
+extern "C" {
+#endif
+
struct ARegionType;
struct BMEditMesh;
struct BMFace;
@@ -206,4 +210,8 @@ void ED_uvedit_draw_main(struct SpaceImage *sima,
/* uvedit_buttons.c */
void ED_uvedit_buttons_register(struct ARegionType *art);
+#ifdef __cplusplus
+}
+#endif
+
#endif /* __ED_UVEDIT_H__ */