]> Pileus Git - lackey/blob - src/view/todo.c
Add basic screen layout stuff
[lackey] / src / view / todo.c
1 /* todo init */
2 void todo_init(void)
3 {
4 }
5
6 /* todo draw */
7 void todo_draw(void)
8 {
9 }
10
11 /* todo run */
12 int todo_run(int chr)
13 {
14         return 0;
15 }