stbte_get_tile function
get the dimensions of the level, since the user can change them
Implementation
@ffi.Native<
ffi.Pointer<ffi.Short> Function(ffi.Pointer<stbte_tilemap>, ffi.Int, ffi.Int)
>()
external ffi.Pointer<ffi.Short> stbte_get_tile(
ffi.Pointer<stbte_tilemap> tm,
int x,
int y,
);