]> Pileus Git - lackey/blob - src/view/notes.c
6bb2984047a25ab9b33dcf1d74cbac7b3406d23b
[lackey] / src / view / notes.c
1 #include <ncurses.h>
2
3 /* notes init */
4 void notes_init(void)
5 {
6 }
7
8 /* notes draw */
9 void notes_draw(void)
10 {
11 }
12
13 /* notes run */
14 int notes_run(int key, mmask_t btn, int row, int col)
15 {
16         return 0;
17 }