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_time_scrub_ui.h')
-rw-r--r--source/blender/editors/include/ED_time_scrub_ui.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/source/blender/editors/include/ED_time_scrub_ui.h b/source/blender/editors/include/ED_time_scrub_ui.h
index f010c45d939..0bcc39847c4 100644
--- a/source/blender/editors/include/ED_time_scrub_ui.h
+++ b/source/blender/editors/include/ED_time_scrub_ui.h
@@ -24,6 +24,10 @@
#ifndef __ED_TIME_SCRUB_UI_H__
#define __ED_TIME_SCRUB_UI_H__
+#ifdef __cplusplus
+extern "C" {
+#endif
+
struct bContext;
struct bDopeSheet;
struct wmEvent;
@@ -39,4 +43,8 @@ void ED_time_scrub_channel_search_draw(const struct bContext *C,
struct ARegion *ar,
struct bDopeSheet *dopesheet);
+#ifdef __cplusplus
+}
+#endif
+
#endif /* __ED_TIME_SCRUB_UI_H__ */