implemented language selection on the IWAD picker.

This commit is contained in:
Christoph Oelckers 2024-01-09 20:52:52 +01:00
commit c7778b9332
9 changed files with 128 additions and 49 deletions

View file

@ -81,7 +81,7 @@ std::vector<SingleFontData> LoadWidgetFontData(const std::string& name)
return returnv;
}
std::vector<uint8_t> LoadWidgetImageData(const std::string& name)
std::vector<uint8_t> LoadWidgetData(const std::string& name)
{
return LoadFile(name.c_str());
}