Constructor

IpuzCrypticnew

Declaration [src]

IpuzPuzzle*
ipuz_cryptic_new (
  void
)

Description [src]

Returns a newly created cryptic puzzle. The new puzzle will have IpuzCrossword:show-enumerations enabled by default.

Return value

Type: IpuzPuzzle

A newly allocated IpuzCryptic

The caller of the function takes ownership of the data, and is responsible for freeing it.