@ -0,0 +1,14 @@
#ifndef _SHAPE_J_H_
#define _SHAPE_J_H_
#include <stdint.h>
uint8_t draw_j();
uint8_t moveDown_j();
uint8_t moveRight_j();
uint8_t moveLeft_j();
uint8_t rotateLeft_j();
uint8_t rotateRight_j();
#endif // _SHAPE_J_H_
The note is not visible to the blocked user.