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