gol/cuda-global/include/create_grid.cuh

13 lines
227 B
Plaintext
Raw Normal View History

2021-12-04 15:34:49 -05:00
#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