Debug PGN parsing

This commit is contained in:
Loic Guegan 2022-12-26 20:14:15 +01:00
parent 5691b7b30f
commit 04fe528060
2 changed files with 22 additions and 8 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/pgn/Milov.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);*/
}