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