From acbec489df38e182a8e284095ccd7a0f1d84112e Mon Sep 17 00:00:00 2001 From: Thomas White Date: Sun, 3 Mar 2019 18:51:34 +0100 Subject: Styled narrative rendering --- libstorycode/narrative.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'libstorycode/narrative.h') diff --git a/libstorycode/narrative.h b/libstorycode/narrative.h index ef757c0..e42b4f3 100644 --- a/libstorycode/narrative.h +++ b/libstorycode/narrative.h @@ -34,11 +34,10 @@ typedef struct _narrative Narrative; extern Narrative *narrative_new(void); extern void narrative_free(Narrative *n); -extern void narrative_add_prestitle(Narrative *n, const char *text); -extern void narrative_add_bp(Narrative *n, const char *text); +extern void narrative_add_prestitle(Narrative *n, char *text); +extern void narrative_add_bp(Narrative *n, char *text); extern void narrative_add_text(Narrative *n, char *text); extern void narrative_add_slide(Narrative *n, Slide *slide); - #endif /* NARRATIVE_H */ -- cgit v1.2.3