Halfway done
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user