overall fix

This commit is contained in:
Klemek
2024-03-13 14:02:40 +01:00
parent c26ab25212
commit 5847130478
7 changed files with 21354 additions and 22879 deletions
+15 -3
View File
@@ -1,12 +1,18 @@
#ifndef WATCHY_POKEMON_H
#define WATCHY_POKEMON_H
//#define SIM
#define FR
#ifdef SIM
#include "../../Watchy.h"
#else
#include <Watchy.h>
#include "wta.h"
#endif
#include "FreeMonoBold10pt7b.h"
#include "FreeMonoBold7pt7b.h"
#include "wta.h"
#define FR
#ifdef FR
#include "pokemon_fr.h"
@@ -14,9 +20,15 @@
#include "pokemon.h"
#endif
#ifdef SIM
class WatchyPokemon : public Watchy
#else
class WatchyPokemon : public WatchySynced
#endif
{
#ifndef SIM
using WatchySynced::WatchySynced;
#endif
public:
void drawWatchFace();
double randomDay(uint32_t d);