diff options
Diffstat (limited to 'src/graphics.cpp')
| -rw-r--r-- | src/graphics.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
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; |
