aboutsummaryrefslogtreecommitdiff
path: root/libstorycode/stylesheet.h
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.me.uk>2019-04-27 17:47:11 +0200
committerThomas White <taw@bitwiz.me.uk>2019-04-27 18:19:32 +0200
commit62f12af48623c9f94c4508b1438bacdb65cdac12 (patch)
tree0ce658a467edb5d22da9ef990384074e10ef2d05 /libstorycode/stylesheet.h
parentc9155a34b2e233cff07afb7638a591577b7a767d (diff)
Implement selection of style in editor
Diffstat (limited to 'libstorycode/stylesheet.h')
-rw-r--r--libstorycode/stylesheet.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libstorycode/stylesheet.h b/libstorycode/stylesheet.h
index f814e01..f7a3d21 100644
--- a/libstorycode/stylesheet.h
+++ b/libstorycode/stylesheet.h
@@ -109,4 +109,6 @@ extern const char *stylesheet_get_substyle_name(Stylesheet *s, const char *stn,
extern char *stylesheet_serialise(Stylesheet *s);
+extern const char *stylesheet_get_friendly_name(const char *in);
+
#endif /* STYLESHEET_H */