aboutsummaryrefslogtreecommitdiff
path: root/libstorycode/narrative.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2019-02-14 16:02:43 +0100
committerThomas White <taw@physics.org>2019-02-14 16:02:43 +0100
commitc9456a1a73a8b781f4460d48c541a8977e249b91 (patch)
tree207f4c98184397a69c9e79fb7fb60511e3d31288 /libstorycode/narrative.h
parent7b9d04f56c0e22abaeec8dc779bd0800b0d93f79 (diff)
Skeleton parser structure
Diffstat (limited to 'libstorycode/narrative.h')
-rw-r--r--libstorycode/narrative.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/libstorycode/narrative.h b/libstorycode/narrative.h
index 096ace5..b9a9f7c 100644
--- a/libstorycode/narrative.h
+++ b/libstorycode/narrative.h
@@ -27,5 +27,10 @@
#include <config.h>
#endif
+typedef struct _narrative Narrative;
+
+extern Narrative *narrative_new(void);
+extern void narrative_free(Narrative *n);
+
#endif /* NARRATIVE_H */