From a716de927edbe4aaeb2025c6f11d988ca3ee05b9 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Sat, 23 Feb 2019 10:22:26 +0100 Subject: Unformatted text rendering --- libstorycode/storycode.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'libstorycode/storycode.h') 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); -- cgit v1.2.3