aboutsummaryrefslogtreecommitdiff
path: root/libstorycode/narrative_render_cairo.h
diff options
context:
space:
mode:
Diffstat (limited to 'libstorycode/narrative_render_cairo.h')
-rw-r--r--libstorycode/narrative_render_cairo.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libstorycode/narrative_render_cairo.h b/libstorycode/narrative_render_cairo.h
index c62d2e9..bfd2a05 100644
--- a/libstorycode/narrative_render_cairo.h
+++ b/libstorycode/narrative_render_cairo.h
@@ -46,6 +46,8 @@ extern double narrative_get_height(Narrative *n);
extern double narrative_item_get_height(Narrative *n, int i);
+extern size_t narrative_pos_trail_to_offset(Narrative *n, int i, int offs, int trail);
+
extern int narrative_render_item_cairo(Narrative*n, cairo_t *cr, int i);
extern int narrative_render_cairo(Narrative *n, cairo_t *cr,