From c775ca6133d93ed97359a6a50bd94a5563c740de Mon Sep 17 00:00:00 2001 From: fschildt Date: Wed, 1 Oct 2025 14:08:24 +0200 Subject: general refactoring, prepare breakout game --- src/games/tetris/Board.hpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/games/tetris/Board.hpp') diff --git a/src/games/tetris/Board.hpp b/src/games/tetris/Board.hpp index f841e2f..2e2edb2 100644 --- a/src/games/tetris/Board.hpp +++ b/src/games/tetris/Board.hpp @@ -1,6 +1,7 @@ #pragma once -#include +#include + class Tetromino; @@ -9,6 +10,7 @@ struct BoardPos { int32_t y; }; + class Board { public: Board(); -- cgit v1.2.3