stringutil: text case convert functions

This commit is contained in:
MihailRis
2024-03-12 13:31:41 +03:00
parent 1addf869ec
commit c9da6b9a0c
4 changed files with 49 additions and 3 deletions
-1
View File
@@ -104,7 +104,6 @@ void ContentLoader::fixPackIndices() {
}
}
// TODO: add basic validation and logging
void ContentLoader::loadBlock(Block& def, std::string name, fs::path file) {
auto root = files::read_json(file);