areNeighborCells method
@defgroup areNeighborCells areNeighborCells Functions for areNeighborCells @{ / /** @brief returns whether or not the provided hexagons border
Implementation
int areNeighborCells(
int origin,
int destination,
ffi.Pointer<ffi.Int> out,
) {
return _areNeighborCells(
origin,
destination,
out,
);
}