src/utilities.c
src/utilities.c Functions Name bool validity_tile(tile_t * tile_to_add)Check if a tile with the correct pointers in cell_tab is valid. type_linked_t * add_level(tile_t * tile, type_linked_t * level, cell_type_e cell_type)declares a type_linked_t void remove_level(cell_t * cell)Remove a level from a cell. void undo_tile(tile_t * tile)Inverse of add_tile and put pointers of cells in the tile to NULL. void undo_without_null_tile(tile_t * tile)Same as undo_tile bus does not puts the pointers to NULL. void add_tile(tile_t * tile)Update altitude and add level to all cells in the tile.
0001/01/01 ·
doc