aboutsummaryrefslogtreecommitdiff
path: root/libstorycode/narrative.h
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.me.uk>2019-05-10 23:32:22 +0200
committerThomas White <taw@bitwiz.me.uk>2019-08-13 21:30:56 +0200
commitd1089423bd69517513913e0d7d38acf30c44b757 (patch)
treec16ea0c45c806a2c8ce2b6c05999aeddaca720e6 /libstorycode/narrative.h
parente3ee9aa8ffa5f75707316627940c3dfe96c94ece (diff)
Implement end of presentation marker
Diffstat (limited to 'libstorycode/narrative.h')
-rw-r--r--libstorycode/narrative.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libstorycode/narrative.h b/libstorycode/narrative.h
index c7666b7..3e21ca1 100644
--- a/libstorycode/narrative.h
+++ b/libstorycode/narrative.h
@@ -61,6 +61,7 @@ extern void narrative_delete_block(Narrative *n, int i1, size_t o1,
int i2, size_t o2);
extern void narrative_split_item(Narrative *n, int i1, size_t o1);
extern int narrative_get_num_items(Narrative *n);
+extern int narrative_get_num_items_to_eop(Narrative *n);
extern int narrative_get_num_slides(Narrative *n);
extern Slide *narrative_get_slide(Narrative *n, int para);
extern Slide *narrative_get_slide_by_number(Narrative *n, int pos);