From 9578de486aa49d4f89548155ab462732e42267cd Mon Sep 17 00:00:00 2001 From: Charles Date: Thu, 19 Mar 2020 09:52:04 +0100 Subject: dirty game logic --- src/graphics.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/graphics.cpp') diff --git a/src/graphics.cpp b/src/graphics.cpp index 12a2607..13d05b4 100644 --- a/src/graphics.cpp +++ b/src/graphics.cpp @@ -1,5 +1,8 @@ #include "graphics.hpp" +#define CELL_GAP 5 +#define GRID_BORDER 10 + Graphics::Graphics(Game *g, std::string t, int w, int h) { running = true; -- cgit