aboutsummaryrefslogtreecommitdiff
path: root/libstorycode/storycode.h
diff options
context:
space:
mode:
Diffstat (limited to 'libstorycode/storycode.h')
-rw-r--r--libstorycode/storycode.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libstorycode/storycode.h b/libstorycode/storycode.h
index 476941e..f941493 100644
--- a/libstorycode/storycode.h
+++ b/libstorycode/storycode.h
@@ -27,9 +27,9 @@
#include <config.h>
#endif
-#include "presentation.h"
+#include "narrative.h"
-extern Presentation *storycode_parse_presentation(const char *sc);
+extern Narrative *storycode_parse_presentation(const char *sc);
#endif /* STORYCODE_H */