aboutsummaryrefslogtreecommitdiff
path: root/libstorycode/storycode.h
diff options
context:
space:
mode:
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);