]> git.sur5r.net Git - c128-kasse/blob - include/kasse.h
update the clock on the main menu via an irq handler
[c128-kasse] / include / kasse.h
1 #ifndef KASSE_H
2 #define KASSE_H
3
4 void print_the_buffer(void);
5
6 enum kasse_menu { MENU_UNDEFINED = 0, MENU_MAIN };
7
8 #endif