aboutsummaryrefslogtreecommitdiff
path: root/libstorycode/slide.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2019-02-16 20:43:59 +0100
committerThomas White <taw@physics.org>2019-02-16 20:43:59 +0100
commit6a31d8c2ba70c1a5342bc827091a2076e65fb2e0 (patch)
treea5054f25d397091023943bb3eeb1883fa6ff5d65 /libstorycode/slide.h
parentcd63ea1509bc349ce3b0042da134da7c193213d5 (diff)
Start of work on parser
Diffstat (limited to 'libstorycode/slide.h')
-rw-r--r--libstorycode/slide.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libstorycode/slide.h b/libstorycode/slide.h
index be9b08c..0e1f005 100644
--- a/libstorycode/slide.h
+++ b/libstorycode/slide.h
@@ -28,6 +28,7 @@
#endif
typedef struct _slide Slide;
+typedef struct _slideitem SlideItem;
extern Slide *slide_new(void);
extern void slide_free(Slide *n);