aboutsummaryrefslogtreecommitdiff
path: root/libstorycode/presentation.h
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.me.uk>2019-02-20 22:51:31 +0100
committerThomas White <taw@bitwiz.me.uk>2019-02-20 22:51:31 +0100
commit2244ab129bf25893cae4d68313222ef810bd0631 (patch)
treebafc8f43f481f5ae380d084cccfa4fdbc87f5bad /libstorycode/presentation.h
parent24c20239779d0ec616adde651c594c7bf08d58c7 (diff)
Add creation of most slide items
Diffstat (limited to 'libstorycode/presentation.h')
-rw-r--r--libstorycode/presentation.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libstorycode/presentation.h b/libstorycode/presentation.h
index b45f79b..24e5e92 100644
--- a/libstorycode/presentation.h
+++ b/libstorycode/presentation.h
@@ -39,4 +39,7 @@ extern void presentation_add_stylesheet(Presentation *p, Stylesheet *ss);
extern void presentation_add_narrative(Presentation *p, Narrative *n);
extern void presentation_add_slide(Presentation *p, Slide *s);
+extern int presentation_num_slides(Presentation *p);
+extern Slide *presentation_slide(Presentation *p, int i);
+
#endif /* PRESENTATION_H */