remove this file
This commit is contained in:
parent
f209c60f02
commit
119039664e
1 changed files with 0 additions and 25 deletions
|
@ -1,25 +0,0 @@
|
||||||
enum PresType {
|
|
||||||
Html,
|
|
||||||
Pdf,
|
|
||||||
}
|
|
||||||
|
|
||||||
enum SlideType {
|
|
||||||
Song,
|
|
||||||
Video,
|
|
||||||
Image,
|
|
||||||
Presentation(PresType),
|
|
||||||
Content,
|
|
||||||
}
|
|
||||||
|
|
||||||
// /// An Image is a tuple struct with the string being a location on disk
|
|
||||||
// struct Image(String);
|
|
||||||
|
|
||||||
struct Slide {
|
|
||||||
id: i32, // This is the inner index, could be 3 inside a presentation or image gallery
|
|
||||||
kind: SlideType,
|
|
||||||
}
|
|
||||||
|
|
||||||
struct SlideModel {
|
|
||||||
index: i32,
|
|
||||||
slides: Vec<Slide>,
|
|
||||||
}
|
|
Loading…
Add table
Add a link
Reference in a new issue