oops missed this one
This commit is contained in:
@@ -0,0 +1,14 @@
|
|||||||
|
#ifndef WATCHY_TETRIS_H
|
||||||
|
#define WATCHY_TETRIS_H
|
||||||
|
|
||||||
|
#include <Watchy.h>
|
||||||
|
#include "tetris.h"
|
||||||
|
|
||||||
|
class WatchyTetris : public Watchy
|
||||||
|
{
|
||||||
|
public:
|
||||||
|
WatchyTetris();
|
||||||
|
void drawWatchFace();
|
||||||
|
};
|
||||||
|
|
||||||
|
#endif
|
||||||
Reference in New Issue
Block a user