game-ctrl merged
This commit is contained in:
14
game-ctrl/shape_l.h
Normal file
14
game-ctrl/shape_l.h
Normal file
@ -0,0 +1,14 @@
|
||||
#ifndef _SHAPE_L_H_
|
||||
#define _SHAPE_L_H_
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
uint8_t draw_l();
|
||||
uint8_t moveDown_l();
|
||||
uint8_t moveRight_l();
|
||||
uint8_t moveLeft_l();
|
||||
uint8_t rotateLeft_l();
|
||||
uint8_t rotateRight_l();
|
||||
|
||||
|
||||
#endif // _SHAPE_L_H_
|
Reference in New Issue
Block a user