Struct
IpuzClue
Description [src]
struct IpuzClue {
/* No available fields */
}
An opaque data type representing an individual clue in a
puzzle. Clues are used by both IpuzCrossword
and
IpuzAcrostic
puzzles.
Instance methods
ipuz_clue_get_first_coord
Sets coord
to be the first coord of clue
. If no coords have been
set to clue, then coord
is untouched and FALSE
is returned.