restored watchy-image-editor
This commit is contained in:
Regular → Executable
Regular → Executable
Regular → Executable
Regular → Executable
Regular → Executable
+10
-10
@@ -1,11 +1,11 @@
|
||||
#ifndef WATCHY_POKEMON_H
|
||||
#define WATCHY_POKEMON_H
|
||||
|
||||
//#define SIM
|
||||
#define FR
|
||||
#define SIM
|
||||
//#define FR
|
||||
|
||||
#ifdef SIM
|
||||
#include "../../Watchy.h"
|
||||
#include "..\..\Watchy.h"
|
||||
#else
|
||||
#include <Watchy.h>
|
||||
#include "wta.h"
|
||||
@@ -26,14 +26,14 @@ class WatchyPokemon : public Watchy
|
||||
class WatchyPokemon : public WatchySynced
|
||||
#endif
|
||||
{
|
||||
#ifndef SIM
|
||||
#ifndef SIM
|
||||
using WatchySynced::WatchySynced;
|
||||
#endif
|
||||
public:
|
||||
void drawWatchFace();
|
||||
double randomDay(uint32_t d);
|
||||
double randomHour(uint32_t d);
|
||||
double randomMinute(uint32_t d);
|
||||
#endif
|
||||
public:
|
||||
void drawWatchFace();
|
||||
double randomDay(uint32_t d);
|
||||
double randomHour(uint32_t d);
|
||||
double randomMinute(uint32_t d);
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Regular → Executable
Regular → Executable
|
Before Width: | Height: | Size: 117 KiB After Width: | Height: | Size: 117 KiB |
Regular → Executable
Regular → Executable
Regular → Executable
Reference in New Issue
Block a user