Function TCOD_map_set_properties

Function Documentation

void TCOD_map_set_properties(TCOD_Map *map, int x, int y, bool is_transparent, bool is_walkable)

Change the properties of a single cell.