From 24c20239779d0ec616adde651c594c7bf08d58c7 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Tue, 19 Feb 2019 18:17:56 +0100 Subject: WIP --- libstorycode/scparse_priv.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'libstorycode/scparse_priv.h') diff --git a/libstorycode/scparse_priv.h b/libstorycode/scparse_priv.h index 51d0d8a..54dca40 100644 --- a/libstorycode/scparse_priv.h +++ b/libstorycode/scparse_priv.h @@ -34,6 +34,10 @@ struct scpctx Stylesheet *ss; Slide *s; + int n_str; + int max_str; + char **str; + /* Frame options */ struct frame_geom geom; }; -- cgit v1.2.3