Pokergame commit

This commit is contained in:
2023-02-17 22:55:48 -08:00
parent a7cc75b512
commit 3b3b97294c
9 changed files with 228 additions and 141 deletions

View File

@ -92,7 +92,6 @@ int32_t GeneratedLanguages::start() {
std::cout << "Language " << itLang->first << " is missing key " << key << std::endl;
return 1;
}
std::cout << "bruh " << exist->second << std::endl;
bufferOut += exist->first + "|" + exist->second + "|";
++itKeys;
}