mirror of
https://gitlab.com/manzerbredes/ochess.git
synced 2025-04-19 04:09:41 +00:00
Debug chessarbiter
This commit is contained in:
parent
04fe528060
commit
dec8f79dba
3 changed files with 5 additions and 5 deletions
|
@ -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);*/
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue