stbte_set_sidewidths function

  1. @Native<Void Function(Int, Int)>(ffi.Int, ffi.Int)>()
void stbte_set_sidewidths(
  1. int left,
  2. int right
)

selects the tile to fill the bottom layer with and used to clear bottom tiles to; should be same ID as

Implementation

@ffi.Native<ffi.Void Function(ffi.Int, ffi.Int)>()
external void stbte_set_sidewidths(int left, int right);