Function TCOD_map_copy

Function Documentation

TCOD_Error TCOD_map_copy(const TCOD_Map *source, TCOD_Map *dest)

Clone map data from source to dest.

dest will be resized to match source if necessary.