Function TCOD_tileset_notify_tile_changed

Function Documentation

void TCOD_tileset_notify_tile_changed(TCOD_Tileset *tileset, int tile_id)

Called to notify any observers that a tile has been changed.

This may cause running atlases to update or mark cache consoles as dirty.

For internal use.