game-ctrl merged

This commit is contained in:
2024-03-14 11:10:18 +01:00
parent 349c93b68f
commit 1959a3f578
40 changed files with 0 additions and 0 deletions

26
game-ctrl/shape_l.c Normal file
View File

@ -0,0 +1,26 @@
#include "shapes.h"
#include "shape_l.h"
uint8_t draw_l() {
return 0;
}
uint8_t moveDown_l() {
return 0;
}
uint8_t moveLeft_l() {
return 0;
}
uint8_t moveRight_l() {
return 0;
}
uint8_t rotateLeft_l() {
return 0;
}
uint8_t rotateRight_l() {
return 0;
}