mirror of
https://git.checksum.fail/alec/cosmo-engine.git
synced 2026-05-27 00:01:37 +00:00
13 lines
193 B
HolyC
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
|