simulation: separate out mutation into its own function
This commit is contained in:
@@ -16,6 +16,7 @@ typedef struct
|
||||
bf_token memory[SIMULATION_SIZE];
|
||||
} simulation_t;
|
||||
|
||||
void simulation_mutate(simulation_t *sim);
|
||||
void simulation_iterate(simulation_t *sim);
|
||||
void simulation_draw(simulation_t *sim);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user