Doesn't work segfaults.

This commit is contained in:
Sheldon Lee
2020-06-24 04:05:49 +01:00
parent f4dc092e26
commit 1ad1660736
8 changed files with 74 additions and 54 deletions
+1 -1
View File
@@ -1,5 +1,4 @@
#include <stdbool.h>
#include <ncurses.h>
#ifndef GRID_H
#define GRID_H
@@ -28,3 +27,4 @@ void putPixel(Grid* grid, int x, int y);
void drawGrid(Grid* grid);
#endif