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/space_action/action_intern.h')
-rw-r--r--source/blender/editors/space_action/action_intern.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/source/blender/editors/space_action/action_intern.h b/source/blender/editors/space_action/action_intern.h
index cd4886f50c4..82ff4926082 100644
--- a/source/blender/editors/space_action/action_intern.h
+++ b/source/blender/editors/space_action/action_intern.h
@@ -28,11 +28,18 @@
#ifndef ED_ACTION_INTERN_H
#define ED_ACTION_INTERN_H
+struct bContext;
+struct SpaceAction;
+struct ARegion;
+
/* internal exports only */
+/* action_draw.c */
+void draw_channel_names(const struct bContext *C, struct SpaceAction *saction, struct ARegion *ar);
+void draw_channel_strips(const struct bContext *C, struct SpaceAction *saction, struct ARegion *ar);
/* action_header.c */
-void action_header_buttons(const bContext *C, ARegion *ar);
+void action_header_buttons(const struct bContext *C, struct ARegion *ar);
#endif /* ED_ACTION_INTERN_H */