]> Joshua Wise's Git repositories - netwatch.git/blobdiff - include/text.h
Add a first cut at text.
[netwatch.git] / include / text.h
diff --git a/include/text.h b/include/text.h
new file mode 100644 (file)
index 0000000..9506d40
--- /dev/null
@@ -0,0 +1,9 @@
+#ifndef _TEXT_H
+
+#include <stdint.h>
+
+extern void text_init();
+extern void text_render(unsigned char *buf, unsigned int x, unsigned int y, unsigned int w, unsigned int h);
+extern uint32_t text_checksum(int x, int y, int w, int h);
+
+#endif
This page took 0.016359 seconds and 4 git commands to generate.