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_sound.h')
-rw-r--r--source/blender/editors/include/ED_sound.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/source/blender/editors/include/ED_sound.h b/source/blender/editors/include/ED_sound.h
index 44b3c5a6b79..f7632bc81cb 100644
--- a/source/blender/editors/include/ED_sound.h
+++ b/source/blender/editors/include/ED_sound.h
@@ -24,6 +24,14 @@
#ifndef __ED_SOUND_H__
#define __ED_SOUND_H__
+#ifdef __cplusplus
+extern "C" {
+#endif
+
void ED_operatortypes_sound(void);
+#ifdef __cplusplus
+}
+#endif
+
#endif /* __ED_SOUND_H__ */