Port of cosmo-engine to TempleOS
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#define uint8 U8 |
|
#define uint16 U16 |
|
#define uint32 U32 |
|
|
|
#define sint8 I8 |
|
#define sint16 I16 |
|
#define sint32 I32 |
|
|
|
// 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
|
|
|