@@ -1 +1,12 @@
# PitMap, a Bitmap (BMP) Image Parser
+
+## Roadmap
+### By End of February, 2026
+ - [ ] GIF support
+### By End of May, 2026
+ - [ ] PNG support
+ - [ ] JPEG support
@@ -0,0 +1,6 @@
+#ifndef FUNCTIONS_H
+#define FUNCTIONS_H
+#endif
@@ -0,0 +1,7 @@
+#ifndef PITMAP_H
+#define PITMAP_H
+#include "functions.h"
+#include "types.h"