diff options
| author | dawidg81 <dawidgorski.m@gmail.com> | 2026-01-26 17:24:50 +0100 |
|---|---|---|
| committer | dawidg81 <dawidgorski.m@gmail.com> | 2026-01-26 17:24:50 +0100 |
| commit | 3806bb74674f305679efdaa2889d155531bc3643 (patch) | |
| tree | dcced6c118fb6ed61824bb0bcd24d1ae6aed258c /src/game/display.cpp | |
| parent | b492bfb0d4cafe69edf69f196911f1b0e64c43df (diff) | |
dir rename
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 |
