improvements

This commit is contained in:
Klemek
2021-11-20 14:24:06 +01:00
parent d4c9cf141a
commit f18c8a9529
5 changed files with 157 additions and 115 deletions
+1 -2
View File
@@ -6,8 +6,6 @@
#include "FreeMonoBold7pt7b.h"
#include "wta.h"
#define FR
#ifdef FR
#include "pokemon_fr.h"
#else
@@ -21,6 +19,7 @@ public:
void drawWatchFace();
double randomDay();
double randomHour();
double randomMinute();
};
#endif