This commit is contained in:
Klemek
2024-03-11 20:54:01 +01:00
parent 2723966d0f
commit d5a0f87f91
2 changed files with 20 additions and 10 deletions
+4 -4
View File
@@ -19,9 +19,9 @@ class WatchyPokemon : public WatchySynced
using WatchySynced::WatchySynced;
public:
void drawWatchFace();
double randomDay();
double randomHour();
double randomMinute();
double randomDay(uint32_t d);
double randomHour(uint32_t d);
double randomMinute(uint32_t d);
};
#endif
#endif