minor changes, added ALL required externals

This commit is contained in:
2021-03-14 15:20:44 +01:00
parent 3da4722748
commit 5e8ba82e6e
22 changed files with 1853 additions and 30 deletions

View File

@@ -29,7 +29,7 @@ public:
void restart() {
pos = 0;
speed = 128;
speed = 64;
dir = 0;
}