From fa403b904c8596d8d1731d7f8bfafa6c0145e3dd Mon Sep 17 00:00:00 2001 From: Genny Date: Wed, 10 Mar 2021 02:44:45 -0600 Subject: Implement, roughly, extensions, animation, and looping --- src/block/mod.rs | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'src/block/mod.rs') diff --git a/src/block/mod.rs b/src/block/mod.rs index a0c2454..38b10ea 100644 --- a/src/block/mod.rs +++ b/src/block/mod.rs @@ -1,13 +1,17 @@ -mod block; mod colortable; +pub mod extension; mod indexedimage; mod imagedescriptor; mod screendescriptor; mod version; -pub use block::Block; pub use colortable::ColorTable; pub use indexedimage::IndexedImage; pub use imagedescriptor::ImageDescriptor; pub use screendescriptor::ScreenDescriptor; -pub use version::Version; \ No newline at end of file +pub use version::Version; + +pub enum Block { + IndexedImage(IndexedImage), + Extension(extension::Extension) +} \ No newline at end of file -- cgit 1.4.1-3-g733a5