]> git.sur5r.net Git - c128-kasse/blob - include/globals.h
8a64063260cc34aa9d7462a7f72f897c7883c319
[c128-kasse] / include / globals.h
1 #ifndef GLOBALS_H
2 #define GLOBALS_H
3
4 #include <stdint.h>
5
6 #ifdef IS_GLOBALS_C
7 #define GLOBAL
8 #else
9 #define GLOBAL extern
10 #endif
11
12 void init_globals(void);
13
14 GLOBAL uint8_t printing;
15
16 #endif /*  GLOBALS_H */