début de la classe PiecesFile
This commit is contained in:
@@ -27,7 +27,7 @@ class GameBoard {
|
||||
/**
|
||||
* Creates a new board, generator, and next queue
|
||||
*/
|
||||
GameBoard(int boardWidth, int boardHeight, const std::vector<Piece>& bag, int nextQueueLength);
|
||||
GameBoard(int boardWidth, int boardHeight, const std::shared_ptr<PiecesList>& bag, int nextQueueLength);
|
||||
|
||||
/**
|
||||
* Tries moving the piece one position to the left
|
||||
|
||||
Reference in New Issue
Block a user