shapes
This commit is contained in:
26
shape_i.c
Normal file
26
shape_i.c
Normal file
@ -0,0 +1,26 @@
|
||||
#include "shapes.h"
|
||||
#include "shape_i.h"
|
||||
|
||||
uint8_t draw_i() {
|
||||
return 0;
|
||||
}
|
||||
|
||||
uint8_t moveDown_i() {
|
||||
return 0;
|
||||
}
|
||||
|
||||
uint8_t moveLeft_i() {
|
||||
return 0;
|
||||
}
|
||||
|
||||
uint8_t moveRight_i() {
|
||||
return 0;
|
||||
}
|
||||
|
||||
uint8_t rotateLeft_i() {
|
||||
return 0;
|
||||
}
|
||||
|
||||
uint8_t rotateRight_i() {
|
||||
return 0;
|
||||
}
|
Reference in New Issue
Block a user