From cdedae673268c372beb27c6d2f123cdf21f630f1 Mon Sep 17 00:00:00 2001
From: Genny <gen@nyble.dev>
Date: Wed, 31 Mar 2021 23:56:13 -0500
Subject: Add todos

---
 src/block/extension/mod.rs | 3 +++
 src/lib.rs                 | 7 ++++++-
 2 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/src/block/extension/mod.rs b/src/block/extension/mod.rs
index 4d65c09..66a39b0 100644
--- a/src/block/extension/mod.rs
+++ b/src/block/extension/mod.rs
@@ -5,6 +5,9 @@ pub use graphiccontrol::{DisposalMethod, GraphicControl};
 pub enum Extension {
 	GraphicControl(GraphicControl),
 	Looping(u16)
+	// Comment
+	// Plain Text
+	// Generic Application
 }
 
 impl From<&Extension> for Box<[u8]> {
diff --git a/src/lib.rs b/src/lib.rs
index 5ef22af..83b0b77 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -7,4 +7,9 @@ pub mod writer;
 
 pub use color::Color;
 pub use gif::Gif;
-pub use lzw::LZW;
\ No newline at end of file
+pub use lzw::LZW;
+
+//TODO: Be sure to check that fields in LSD and Img. Desc. that were reserved
+//in 87a aren't set if version is 87a, or that we return a warning, etc. Just
+//remember about this.
+//bottom of page 24 in 89a
\ No newline at end of file
-- 
cgit 1.4.1-3-g733a5