Method
IpuzClueappend_coord
Declaration [src]
void
ipuz_clue_append_coord (
IpuzClue* clue,
const IpuzCellCoord* coord
)
Description [src]
Appends a raw coord to the internal list of coords of clue.
Warning
This function does not link the new coord to the grid. You
will have to manually call ipuz_cell_set_clue() to link
it back to this clue.
Parameters
coord-
Type:
IpuzCellCoordA coord to append to
clue.The data is owned by the caller of the method.