X-Git-Url: https://git.sur5r.net/?p=c128-kasse;a=blobdiff_plain;f=include%2Fglobals.h;fp=include%2Fglobals.h;h=9f98e111ed51a7bc3e453f680e5dbdcd8dc077b8;hp=8a64063260cc34aa9d7462a7f72f897c7883c319;hb=8d82e659fd8756ff3ace392aaf3033f6bfbd8485;hpb=3284e98234b553487eb47fe9f05ec826ccae0552 diff --git a/include/globals.h b/include/globals.h index 8a64063..9f98e11 100644 --- a/include/globals.h +++ b/include/globals.h @@ -2,6 +2,7 @@ #define GLOBALS_H #include +#include "c128time.h" #ifdef IS_GLOBALS_C #define GLOBAL @@ -12,5 +13,6 @@ void init_globals(void); GLOBAL uint8_t printing; +GLOBAL struct daytime_t daytime; #endif /* GLOBALS_H */