tomassedovic / tcod-rs

Rust bindings for libtcod 1.6.3 (the Doryen library/roguelike toolkit)
Do What The F*ck You Want To Public License
229 stars 45 forks source link

Add 'impl Clone' for Map using libtcod ffi function #285

Closed nsmryan closed 5 years ago

nsmryan commented 5 years ago

This change adds an implementation of Clone for the Map type using the TCOD_map_copy function from tcod.

This addresses issue #284

tomassedovic commented 5 years ago

Thanks!