stbcc_query_grid_open function
query the grid data structure for whether a given square is open or not
Implementation
@ffi.Native<ffi.Int Function(ffi.Pointer<stbcc_grid>, ffi.Int, ffi.Int)>()
external int stbcc_query_grid_open(ffi.Pointer<stbcc_grid> g, int x, int y);