Watchy/examples/WatchFaces/Pokemon/Watchy_Pokemon.h

13 lines
219 B
C
Raw Normal View History

2021-01-05 00:36:37 -05:00
#ifndef WATCHY_POKEMON_H
#define WATCHY_POKEMON_H
#include <Watchy.h>
#include "pokemon.h"
class WatchyPokemon : public Watchy{
public:
WatchyPokemon();
void drawWatchFace();
};
#endif