maug
Quick and dirty C mini-augmentation library.
|
Macros and constants for definition cardinal directions in screen and world space. More...
Macros | |
#define | RETROFLAT_DIR4_NORTH 0 |
#define | RETROFLAT_DIR4_EAST 1 |
#define | RETROFLAT_DIR4_SOUTH 2 |
#define | RETROFLAT_DIR4_WEST 3 |
#define | RETROFLAT_DIR8_NORTH 0 |
#define | RETROFLAT_DIR8_EAST 2 |
#define | RETROFLAT_DIR8_SOUTH 4 |
#define | RETROFLAT_DIR8_WEST 6 |
#define | retroflat_dir8_reverse(dir) |
#define | retroflat_dir8_bounce(dir) |
Macros and constants for definition cardinal directions in screen and world space.
#define retroflat_dir8_bounce | ( | dir | ) |
#define retroflat_dir8_reverse | ( | dir | ) |