Function TCOD_set_default_tileset

Function Documentation

void TCOD_set_default_tileset(TCOD_Tileset *tileset)

Set the default tileset and update the default display to use it.

This will keep alive a reference to the given tileset. If you no longer need the pointer then you should call TCOD_tileset_delete on it after this function.

This function is provisional, the API may change in the future.

New in version 1.19.