aboutsummaryrefslogtreecommitdiff
path: root/libstorycode/narrative_priv.h
diff options
context:
space:
mode:
Diffstat (limited to 'libstorycode/narrative_priv.h')
-rw-r--r--libstorycode/narrative_priv.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/libstorycode/narrative_priv.h b/libstorycode/narrative_priv.h
index 1f2c16a..b9d8eae 100644
--- a/libstorycode/narrative_priv.h
+++ b/libstorycode/narrative_priv.h
@@ -79,6 +79,8 @@ struct narrative_item
void *slide_thumbnail;
#endif
int selected; /* Whether or not this item should be given a "selected" highlight */
+
+ double estd_duration; /* Estimated duration in minutes, based on word count */
};
@@ -101,5 +103,7 @@ struct _narrative
extern int narrative_which_run(struct narrative_item *item, size_t item_offs, size_t *run_offs);
+extern void update_timing(struct narrative_item *item);
+
#endif /* NARRATIVE_PRIV_H */