allow resetting games
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user