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
+2
View File
@@ -1,5 +1,6 @@
#include <stdlib.h>
#include <time.h>
#include <ncurses.h>
#include "grid.h"
void initGrid(Grid* grid, unsigned int width, unsigned int height)
@@ -108,3 +109,4 @@ void drawGrid(Grid* grid)
}
}
}