aboutsummaryrefslogtreecommitdiff
path: root/src/games/tetris/Board.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/games/tetris/Board.hpp')
-rw-r--r--src/games/tetris/Board.hpp4
1 files changed, 3 insertions, 1 deletions
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 <basic/defs.hpp>
+#include <common/defs.hpp>
+
class Tetromino;
@@ -9,6 +10,7 @@ struct BoardPos {
int32_t y;
};
+
class Board {
public:
Board();