aboutsummaryrefslogtreecommitdiff
path: root/libstorycode/stylesheet.h
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.me.uk>2019-10-10 21:52:21 +0200
committerThomas White <taw@bitwiz.me.uk>2019-10-10 21:52:21 +0200
commitfe64bad2147d1abd20740873886ab95482b7c626 (patch)
tree63e9391233f00751af4dabb557236318bbe92538 /libstorycode/stylesheet.h
parent0243f814940b6f2a02664b5a19ef21e636e2af2e (diff)
Take paraspace into account in cursor calculations
Diffstat (limited to 'libstorycode/stylesheet.h')
-rw-r--r--libstorycode/stylesheet.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libstorycode/stylesheet.h b/libstorycode/stylesheet.h
index e5b4d62..82f90e8 100644
--- a/libstorycode/stylesheet.h
+++ b/libstorycode/stylesheet.h
@@ -112,5 +112,6 @@ extern char *stylesheet_serialise(Stylesheet *s);
extern const char *stylesheet_get_friendly_name(const char *in);
extern void copy_col(struct colour *to, struct colour from);
+extern double lcalc(struct length l, double pd);
#endif /* STYLESHEET_H */