]> git.sur5r.net Git - c128-kasse/blobdiff - include/globals.h
track day of event and increment it when clock wraps
[c128-kasse] / include / globals.h
index 8a64063260cc34aa9d7462a7f72f897c7883c319..9f98e111ed51a7bc3e453f680e5dbdcd8dc077b8 100644 (file)
@@ -2,6 +2,7 @@
 #define GLOBALS_H
 
 #include <stdint.h>
+#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 */