allow resetting games

This commit is contained in:
2025-03-01 19:13:49 +01:00
parent 03281a6d70
commit d443b25de1
10 changed files with 97 additions and 14 deletions

View File

@@ -39,7 +39,12 @@ class Board {
int clearRows();
/**
* @return The block of the block at the specified position
* Deletes any block currently on the board
*/
void clearBoard();
/**
* @return A copy of the block at the specified position
*/
Block getBlock(const Position& position) const;