]> git.sur5r.net Git - c128-kasse/blob - src/globals.c
kasse: allow starting up without a printer
[c128-kasse] / src / globals.c
1 #define _IS_GLOBALS_C
2 #include "globals.h"
3
4 void init_globals(void) {
5   printing = 1;
6   return;
7 }