ajouté classe Menu
This commit is contained in:
@@ -33,7 +33,7 @@ class Game {
|
||||
/**
|
||||
* Initialize the parameters and creates a new board
|
||||
*/
|
||||
Game(Gamemode gamemode, const Player& controls, int boardWidth, int boardHeight, const std::shared_ptr<PiecesList>& bag);
|
||||
Game(Gamemode gamemode, const Player& controls, int boardWidth, int boardHeight, const std::shared_ptr<PiecesList>& piecesList);
|
||||
|
||||
/**
|
||||
* Starts the game
|
||||
|
||||
Reference in New Issue
Block a user