aboutsummaryrefslogtreecommitdiff
path: root/libstorycode/storycode.h
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.me.uk>2019-04-06 22:46:30 +0200
committerThomas White <taw@bitwiz.me.uk>2019-04-06 22:46:30 +0200
commitb82f2beadfbd4deb1bd89566a8115c26e82cd0f9 (patch)
tree8b7785a642dcc051bcefde2af2175a7f0660281d /libstorycode/storycode.h
parent42b06297f2e311057c1dea19d5c14cc44e126da6 (diff)
Save slides
Diffstat (limited to 'libstorycode/storycode.h')
-rw-r--r--libstorycode/storycode.h4
1 files changed, 4 insertions, 0 deletions
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);