Skip to content
Snippets Groups Projects
Commit 56bafcc5 authored by Arnaud Albiez's avatar Arnaud Albiez
Browse files

Ajout des declaration de fonction dans grid.h

parent c1281caa
Branches
No related merge requests found
......@@ -19,4 +19,10 @@ struct Grid{
};
void init_level(const char* file_path);
struct Grid* grid_new(int x, int y);
enum CaseType get_grid(struct Grid* grid, int x, int y);
#endif
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment