aboutsummaryrefslogtreecommitdiff
path: root/libstorycode/slide.h
diff options
context:
space:
mode:
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);