random is working

This commit is contained in:
2024-03-21 11:34:20 +01:00
parent 50486f6ec0
commit f69c5bc59e
5 changed files with 18 additions and 19 deletions

View File

@ -10,6 +10,7 @@
#include "game.h"
#include "buttons.h"
#include "shapes.h"
#include "myrand.h"
int main() {
@ -26,6 +27,7 @@ int main() {
schInit();
ledInit();
myRandInit();
canvasInit();
shapesInit();