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

14
game-ctrl/shape_o.h Normal file
View File

@ -0,0 +1,14 @@
#ifndef _SHAPE_O_H_
#define _SHAPE_O_H_
#include <stdint.h>
uint8_t draw_o();
uint8_t moveDown_o();
uint8_t moveRight_o();
uint8_t moveLeft_o();
uint8_t rotateLeft_o();
uint8_t rotateRight_o();
#endif // _SHAPE_O_H_