summaryrefslogtreecommitdiff
path: root/serial/include/create_grid.h
blob: 45ac89180d2226341e17101072d815b49bf7a441 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#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