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.hpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/games/tetris/Board.hpp b/src/games/tetris/Board.hpp
index 0019a7f..f841e2f 100644
--- a/src/games/tetris/Board.hpp
+++ b/src/games/tetris/Board.hpp
@@ -1,7 +1,6 @@
#pragma once
#include <basic/defs.hpp>
-#include <renderer/RenderGroup.hpp>
class Tetromino;
@@ -15,7 +14,7 @@ public:
Board();
int32_t PlaceTetromino(Tetromino &tetromino);
- void Draw(int32_t level, RenderGroup& render_group);
+ void Draw(int32_t level);
private: