toujours plus de settings
This commit is contained in:
@@ -6,6 +6,9 @@
|
||||
|
||||
#include <memory>
|
||||
|
||||
static const int DEFAULT_BOARD_WIDTH = 10; // the default width of the board when starting the menu
|
||||
static const int DEFAULT_BOARD_HEIGHT = 20; // the default height of the board when starting the menu
|
||||
|
||||
|
||||
Menu::Menu() {
|
||||
this->piecesList = std::make_shared<PiecesList>(PiecesList());
|
||||
|
||||
Reference in New Issue
Block a user