gol/cuda-global/include/file.cuh

12 lines
210 B
Plaintext
Raw Normal View History

2021-12-04 15:34:49 -05:00
#include "game.cuh"
#include <stdlib.h>
#include <stdio.h>
#ifndef FILE_H
#define FILE_H
void read_in(char* filename, struct GAME* game);
void write_out(char* filename, struct GAME* game);
#endif //FILE_H