]> git.sur5r.net Git - c128-kasse/blobdiff - src/globals.c
kasse: allow starting up without a printer
[c128-kasse] / src / globals.c
diff --git a/src/globals.c b/src/globals.c
new file mode 100644 (file)
index 0000000..b759fe0
--- /dev/null
@@ -0,0 +1,7 @@
+#define _IS_GLOBALS_C
+#include "globals.h"
+
+void init_globals(void) {
+  printing = 1;
+  return;
+}