14 #ifndef CONWAY_LIST_LOADER 15 #define CONWAY_LIST_LOADER Structure representing a universe: width, height, number of simulation steps and current cells state...
Definition: list_universe.h:18
Header file for a linked list implementation of Conway's game of life universe structure.
universe list_conway_load(char *filename)
Parse a text file into a universe structure.
Definition: list_loader.c:10
Header file for a linked list implementation.