gol/cuda-global/include/file.cuh
2021-12-04 13:34:49 -07:00

12 lines
210 B
Plaintext

#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