13#ifndef FC__HEIGHT_MAP_H
14#define FC__HEIGHT_MAP_H
17#define hmap(_tile) (height_map[tile_index(_tile)])
20#define H_UNIT MIN(1, (hmap_max_level - hmap_shore_level) / 100)
33#define hmap_max_level 1000
void renormalize_hmap_poles(void)
void normalize_hmap_poles(void)
bool area_is_too_flat(struct tile *ptile, int thill, int my_height)
void make_pseudofractal1_hmap(int extra_div)
void make_random_hmap(int smooth)