PGGTIZ45TMBWXSPYBPHTR4QW7B66WC2MQ7S4LEFMFSOFCEFLMT5AC
// Whether the translated coordinate lies in the map (including boundary)
virtual bool map_bounds(const coord_def& p) const = 0;
// Whether the translated coordinate lies within the map
// (including boundary) and within the LOS area
virtual bool los_bounds(const coord_def& p) const = 0;