aboutsummaryrefslogtreecommitdiff
path: root/libstorycode/storycode.h
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.me.uk>2019-02-23 10:22:26 +0100
committerThomas White <taw@bitwiz.me.uk>2019-02-23 10:22:26 +0100
commita716de927edbe4aaeb2025c6f11d988ca3ee05b9 (patch)
tree0e97faf9371c6cf320509324fc38ea4ec95e247f /libstorycode/storycode.h
parente38820b6adb2be0dafabd517026fd7f8571107b2 (diff)
Unformatted text rendering
Diffstat (limited to 'libstorycode/storycode.h')
-rw-r--r--libstorycode/storycode.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/libstorycode/storycode.h b/libstorycode/storycode.h
index 476941e..6e07a3b 100644
--- a/libstorycode/storycode.h
+++ b/libstorycode/storycode.h
@@ -29,6 +29,14 @@
#include "presentation.h"
+enum alignment
+{
+ ALIGN_LEFT,
+ ALIGN_RIGHT,
+ ALIGN_CENTER
+};
+
+
extern Presentation *storycode_parse_presentation(const char *sc);