aboutsummaryrefslogtreecommitdiff
path: root/libstorycode/presentation.h
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.me.uk>2019-03-27 17:57:31 +0100
committerThomas White <taw@bitwiz.me.uk>2019-03-27 17:57:31 +0100
commit47764e46296e8c6921bbc00b95c05ff153699dc2 (patch)
treeb8f0f1b9b13309207a973d94e851103c4abb2877 /libstorycode/presentation.h
parent86f73eac9bd24cde5be223b9973296d479a8deb7 (diff)
Show modified status in narrative title bar
Diffstat (limited to 'libstorycode/presentation.h')
-rw-r--r--libstorycode/presentation.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libstorycode/presentation.h b/libstorycode/presentation.h
index ad01382..444024b 100644
--- a/libstorycode/presentation.h
+++ b/libstorycode/presentation.h
@@ -39,6 +39,8 @@ extern Presentation *presentation_new(void);
extern Presentation *presentation_load(GFile *file);
extern int presentation_save(Presentation *p, GFile *file);
extern void presentation_free(Presentation *p);
+extern void presentation_set_unsaved(Presentation *p);
+extern int presentation_get_unsaved(Presentation *p);
extern void presentation_add_stylesheet(Presentation *p, Stylesheet *ss);
extern void presentation_add_narrative(Presentation *p, Narrative *n);