Watchy/examples/WatchFaces/MacPaint/Watchy_MacPaint.h

13 lines
212 B
C
Raw Normal View History

2021-01-19 00:34:07 -05:00
#ifndef WATCHY_MACPAINT_H
#define WATCHY_MACPAINT_H
#include <Watchy.h>
#include "macpaint.h"
class WatchyMacPaint : public Watchy{
public:
WatchyMacPaint();
void drawWatchFace();
};
#endif