]> Pileus Git - lackey/blobdiff - src/view/todo.c
Add basic screen layout stuff
[lackey] / src / view / todo.c
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..430cbf8d2bad540d7519354b85bd95338ea560d0 100644 (file)
@@ -0,0 +1,15 @@
+/* todo init */
+void todo_init(void)
+{
+}
+
+/* todo draw */
+void todo_draw(void)
+{
+}
+
+/* todo run */
+int todo_run(int chr)
+{
+       return 0;
+}