PokittoLib is the library needed for programming the Pokitto DIY game console (www.pokitto.com)

Revision:
23:f88837b8f914
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/POKITTO_LIBS/ImageFormat/helpers.h	Fri Dec 29 05:17:10 2017 +0000
@@ -0,0 +1,10 @@
+#ifndef HELPERS_H
+#define HELPERS_H
+
+extern void add_underscores(char *);
+extern void print_usage(char *);
+
+
+#endif // HELPERS_H
+
+