Halfway done

This commit is contained in:
Senad Uka
2022-11-27 18:57:45 +01:00
parent 8f158db4a9
commit 7d0d4881f5
13 changed files with 178 additions and 98 deletions

View File

@@ -35,11 +35,11 @@
#include <stdbool.h>
#include <SDL.h>
#include "sdlhelpers.h"
#include "utils.h"
#define GRID_MAX_X_CELLS (20)
#define GRID_MAX_Y_CELLS (20)
#define GRID_MAX_X_CELLS (15)
#define GRID_MAX_Y_CELLS (15)
struct Cell
{