Debug chessarbiter

This commit is contained in:
Loic Guegan 2022-12-26 22:05:42 +01:00
parent 04fe528060
commit dec8f79dba
3 changed files with 5 additions and 5 deletions

View file

@ -60,9 +60,9 @@ MainWindow::MainWindow()
NewGame(std::shared_ptr<Game>(new Game()));
// Temporary TO REMOVE JUST FOR TESTS:
//BaseTab *bt = new BaseTab((wxFrame *)notebook, "/home/loic/jean.pgn");
//this->AddPage(bt,bt);
/*
/*BaseTab *bt = new BaseTab((wxFrame *)notebook, "/home/loic/jean.pgn");
this->AddPage(bt,bt);
bt = new BaseTab((wxFrame *)notebook, "/home/loic/pgn/Milov.pgn");
this->AddPage(bt,bt);*/
}