aboutsummaryrefslogtreecommitdiff
path: root/libstorycode/narrative.h
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.me.uk>2019-05-07 18:23:59 +0200
committerThomas White <taw@bitwiz.me.uk>2019-05-07 18:23:59 +0200
commite9c36334f53bb6aea931d0ec00e8967ef822c92c (patch)
tree4c8f2a982f6da60697ede9021e8bfb999d7143d8 /libstorycode/narrative.h
parente1f1f218ba9559161f5fc1c01bcdda1dd7eb308e (diff)
Beautify cursor and selection highlight for slides
Diffstat (limited to 'libstorycode/narrative.h')
-rw-r--r--libstorycode/narrative.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libstorycode/narrative.h b/libstorycode/narrative.h
index 22918e1..7f9b491 100644
--- a/libstorycode/narrative.h
+++ b/libstorycode/narrative.h
@@ -49,6 +49,8 @@ extern int narrative_save(Narrative *n, GFile *file);
extern void narrative_set_unsaved(Narrative *n);
extern int narrative_get_unsaved(Narrative *n);
+extern int narrative_item_is_text(Narrative *n, int item);
+
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);