diff options
Diffstat (limited to 'libstorycode/presentation.h')
-rw-r--r-- | libstorycode/presentation.h | 2 |
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); |