stbte_set_link function
set the value of the n'th slot of the tile at x,y
Implementation
@ffi.Native<
ffi.Void Function(
ffi.Pointer<stbte_tilemap>,
ffi.Int,
ffi.Int,
ffi.Int,
ffi.Int,
)
>()
external void stbte_set_link(
ffi.Pointer<stbte_tilemap> tm,
int x,
int y,
int destx,
int desty,
);