]> Pileus Git - lackey/blobdiff - src/view/month.c
Add basic screen layout stuff
[lackey] / src / view / month.c
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..435faf558e49e705a1bac6acd1b209c90f485675 100644 (file)
@@ -0,0 +1,15 @@
+/* month init */
+void month_init(void)
+{
+}
+
+/* month draw */
+void month_draw(void)
+{
+}
+
+/* month run */
+int month_run(int chr)
+{
+       return 0;
+}