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