aboutsummaryrefslogtreecommitdiff
path: root/libstorycode/narrative.h
diff options
context:
space:
mode:
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);