stbte_clear_map function

  1. @Native<Void Function(Pointer<stbte_tilemap>)>(ffi.Pointer<stbte_tilemap>)>()
void stbte_clear_map(
  1. 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);