Files
2020-04-04 10:07:11 -04:00

13 lines
193 B
HolyC

// BlockingType
#define NOT_BLOCKED 0
#define BLOCKED 1
#define SLOPE 2
// Direction
#define UP 0
#define DOWN 1
#define LEFT 2
#define RIGHT 3
#define WB_SIZE 1048576