diff options
author | Thomas White <taw@bitwiz.org.uk> | 2018-01-05 10:28:56 +0100 |
---|---|---|
committer | Thomas White <taw@bitwiz.org.uk> | 2018-01-05 10:28:56 +0100 |
commit | d11a7e62862a448fb7451c0345a11cac463ae780 (patch) | |
tree | 3c99f653d234e2857877eef84032ea2559f96ba7 /src/sc_editor.h | |
parent | 02828602d6f2f1ec2a7e718dea8d4bedc9dc300d (diff) |
GUI slide title adding
Diffstat (limited to 'src/sc_editor.h')
-rw-r--r-- | src/sc_editor.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sc_editor.h b/src/sc_editor.h index 9996834..ad894f4 100644 --- a/src/sc_editor.h +++ b/src/sc_editor.h @@ -187,6 +187,7 @@ extern void sc_editor_set_top_frame_editable(SCEditor *e, int top_frame_editable); extern void sc_editor_set_callbacks(SCEditor *e, SCCallbackList *cbl); extern void sc_editor_paste(SCEditor *e); +extern void sc_editor_add_storycode(SCEditor *e, const char *sc); extern void sc_editor_copy_selected_frame(SCEditor *e); extern void sc_editor_delete_selected_frame(SCEditor *e); extern void sc_editor_remove_cursor(SCEditor *e); |