Function TCOD_map_copy¶
Defined in File fov.h
Function Documentation¶
-
TCOD_Error TCOD_map_copy(const TCOD_Map *source, TCOD_Map *dest)¶
Clone map data from
sourcetodest.destwill be resized to matchsourceif necessary.
Defined in File fov.h
Clone map data from source to dest.
dest will be resized to match source if necessary.