Update game list

This commit is contained in:
Loic Guegan 2022-12-25 15:51:00 +01:00
parent 92ec92a210
commit 060ed65712
3 changed files with 7 additions and 2 deletions

View file

@ -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();
}