summaryrefslogtreecommitdiff
path: root/cuda-global/include/create_grid.cuh
blob: 3402468fb37260449bef38a274a9df9cb44b019d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#include <stdio.h>
#include <stdlib.h>
#include "file.cuh"
#include "game.cuh"

#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