Method
IpuzClueset_coords
Declaration [src]
void
ipuz_clue_set_coords (
IpuzClue* clue,
IpuzCellCoordArray* coords
)
Description [src]
Sets the raw coordinates of clue
, overwriting any current values.
Warning
This function does not link the new coords to the grid. You
will have to manually call ipuz_cell_set_clue()
to link
them back to this clue.
Parameters
coords
-
Type:
IpuzCellCoordArray
Location to set the first coord of
clue
.The data is owned by the caller of the method.