diff options
| author | dawidg81 <dawidgorski.m@gmail.com> | 2026-01-28 20:01:46 +0100 |
|---|---|---|
| committer | dawidg81 <dawidgorski.m@gmail.com> | 2026-01-28 20:01:46 +0100 |
| commit | b0edb4219ea4df381d0235aa34b74799334aa0b2 (patch) | |
| tree | 9607358416596125857b25394a267eb562e6fcc5 /src/Game/display.cpp | |
| parent | 6ce59baf37e6f009fd6854b701f0e3795fa38dc8 (diff) | |
finished merging code and simplifying file structure
Diffstat (limited to 'src/Game/display.cpp')
| -rw-r--r-- | src/Game/display.cpp | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/src/Game/display.cpp b/src/Game/display.cpp deleted file mode 100644 index 4fb16cb..0000000 --- a/src/Game/display.cpp +++ /dev/null @@ -1,14 +0,0 @@ -#include "Game.hpp" - -#include <cstdlib> -#include <cstdio> -#include <iostream> - - -void Game::displayBoard() { - for (int i = 0; i < boardHeight; i++) { - for (int j = 0; j < boardWidth; j++) - putchar(tileMap[i][j]); - putchar('\n'); - } -}
\ No newline at end of file |
