Skip to content

Method: new

DadiBit edited this page Jul 15, 2022 · 2 revisions

Description

This method, as opposed to the other ones, doesn't make use of a kuli_t interface, because it's the actual function used to create the interface(s).

Declaration

kuli_t new(FILE *map, FILE *data);

Arguments

  • FILE *map The map file pointer
  • FILE *data The data file pointer

Returns

The new kuli_t interface.

Clone this wiki locally