* Add writeable configuration.

This commit is contained in:
iProgramInCpp
2023-08-06 22:21:18 +03:00
parent 56c2d55c5c
commit 9ef72164bb
10 changed files with 64 additions and 16 deletions

View File

@@ -122,3 +122,7 @@ bool AppPlatform::shiftPressed()
{
return false;
}
void AppPlatform::setOptionStrings(const std::vector<std::string>& vec)
{
}