23 #ifndef CONWAY_NAIVE_WRITER 24 #define CONWAY_NAIVE_WRITER Header file for a naive implementation of Conway's game of life universe structure.
void naive_generate_image(universe u, int idx)
Generate the image corresponding to a universe. Image will be of PPM format and created in the out f...
Definition: naive_pbm_writer.c:10
void naive_generate_image_filename(universe u, char *filename)
Generate the image corresponding to a universe. Image will be of PPM format.
Definition: naive_pbm_writer.c:18
Structure representing a universe: width, height, number of simulation steps and current cells state...
Definition: list_universe.h:18