improved skin

This commit is contained in:
Klemek
2021-08-27 13:27:11 +02:00
parent 9fdb029b06
commit 9830801101
4 changed files with 938 additions and 191 deletions
+1
View File
@@ -10,6 +10,7 @@ public:
WatchyTetris();
void drawWatchFace();
void drawNumber(int x, int y, int value, int max_digits);
double random();
};
#endif