shapes
This commit is contained in:
26
shape_o.c
Normal file
26
shape_o.c
Normal file
@ -0,0 +1,26 @@
|
||||
#include "shapes.h"
|
||||
#include "shape_o.h"
|
||||
|
||||
uint8_t draw_o() {
|
||||
return 0;
|
||||
}
|
||||
|
||||
uint8_t moveDown_o() {
|
||||
return 0;
|
||||
}
|
||||
|
||||
uint8_t moveLeft_o() {
|
||||
return 0;
|
||||
}
|
||||
|
||||
uint8_t moveRight_o() {
|
||||
return 0;
|
||||
}
|
||||
|
||||
uint8_t rotateLeft_o() {
|
||||
return 0;
|
||||
}
|
||||
|
||||
uint8_t rotateRight_o() {
|
||||
return 0;
|
||||
}
|
Reference in New Issue
Block a user