25 #ifndef CONWAY_NAIVE_LOADER    26 #define CONWAY_NAIVE_LOADER Header file for a naive implementation of Conway's game of life universe structure. 
 
universe naive_conway_load(char *data_filename)
Parse a text file into a universe structure. 
Definition: naive_loader.c:10
 
Structure representing a universe: width, height, number of simulation steps and current cells state...
Definition: list_universe.h:18