stbte_set_dimensions function
gets the link associated with the tile at x,y.
Implementation
@ffi.Native<ffi.Void Function(ffi.Pointer<stbte_tilemap>, ffi.Int, ffi.Int)>()
external void stbte_set_dimensions(
ffi.Pointer<stbte_tilemap> tm,
int max_x,
int max_y,
);