gol/mpi/include/create_grid.h

13 lines
223 B
C
Raw Normal View History

2021-12-06 23:44:51 -05:00
#include <stdio.h>
#include <stdlib.h>
#include "file.h"
#include "game.h"
#ifndef CREATE_GRID_H
#define CREATE_GRID_H
void print_grid(struct GAME* game);
void create_grid(int argc, char** argv);
#endif // CREATE_GRID_H