aboutsummaryrefslogtreecommitdiff
path: root/libstorycode/presentation.h
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.me.uk>2019-02-22 22:03:22 +0100
committerThomas White <taw@bitwiz.me.uk>2019-02-22 22:03:22 +0100
commit3ff425d840876c0db965b23826998161ee87c1fd (patch)
tree982ff6ad78cee6dbbac278df4b67f8642d1b11f5 /libstorycode/presentation.h
parentcce16c01a4ef4280b260b72e9bbf9cb4a400d122 (diff)
Rendering stuff
Diffstat (limited to 'libstorycode/presentation.h')
-rw-r--r--libstorycode/presentation.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libstorycode/presentation.h b/libstorycode/presentation.h
index 24e5e92..80c6186 100644
--- a/libstorycode/presentation.h
+++ b/libstorycode/presentation.h
@@ -41,5 +41,6 @@ extern void presentation_add_slide(Presentation *p, Slide *s);
extern int presentation_num_slides(Presentation *p);
extern Slide *presentation_slide(Presentation *p, int i);
+extern Stylesheet *presentation_get_stylesheet(Presentation *p);
#endif /* PRESENTATION_H */