mirror of
https://gitlab.com/manzerbredes/ochess.git
synced 2025-05-06 11:43:56 +00:00
Update game list
This commit is contained in:
parent
92ec92a210
commit
060ed65712
3 changed files with 7 additions and 2 deletions
|
@ -22,3 +22,7 @@ void GameListManager::AddGame(CType W,CType B,CType Evt,CType Rnd, CType Res, CT
|
|||
game_list->SetItem(index, 6, Eco);
|
||||
game_counter++;
|
||||
}
|
||||
|
||||
void GameListManager::Clear(){
|
||||
game_list->DeleteAllItems();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue