#include "grid.H"#include <cassert>Enumerations | |
| enum | { PREV_X, NEXT_X, PREV_Y, NEXT_Y, NUM_NEIGHBORS } |
Variables | |
| struct { | |
| int dx | |
| int dy | |
| int inverse | |
| } | NEIGHBOR_DEF [] |
| int dx |
| int dy |
| int inverse |
Referenced by cajun::grid_base_t::init_tile(), and cajun::grid_base_t::lru_flush().
| struct { ... } NEIGHBOR_DEF[] |
Referenced by cajun::grid_base_t::init_tile(), and cajun::grid_base_t::lru_flush().
1.6.1