stbte_clear_map function
- @Native<Void Function(Pointer<
stbte_tilemap> )>(ffi.Pointer<stbte_tilemap>)>()
- Pointer<
stbte_tilemap> tm
set the dimensions of the level, overrides previous stbte_create_map() values or anything the user has changed
Implementation
@ffi.Native<ffi.Void Function(ffi.Pointer<stbte_tilemap>)>()
external void stbte_clear_map(ffi.Pointer<stbte_tilemap> tm);