From b82f2beadfbd4deb1bd89566a8115c26e82cd0f9 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Sat, 6 Apr 2019 22:46:30 +0200 Subject: Save slides --- libstorycode/storycode.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'libstorycode/storycode.h') diff --git a/libstorycode/storycode.h b/libstorycode/storycode.h index c3d5d5b..df9f79c 100644 --- a/libstorycode/storycode.h +++ b/libstorycode/storycode.h @@ -29,6 +29,10 @@ #include "narrative.h" +extern const char *alignc(enum alignment ali); +extern const char *bgcolc(enum gradient bggrad); +extern char unitc(enum length_unit unit); + extern Narrative *storycode_parse_presentation(const char *sc); extern int storycode_write_presentation(Narrative *n, GOutputStream *fh); -- cgit v1.2.3