Add json dumper as a replacement for csv dumper

This commit is contained in:
Jan
2023-12-09 14:15:59 +01:00
parent 55f97267ff
commit 4d86734f21
10 changed files with 249 additions and 50 deletions

View File

@ -32,5 +32,5 @@ namespace T6::sound
".mpc", // SND_ASSET_FORMAT_MPC
};
_NODISCARD std::string GetAssetFilename(const std::string& basePath, std::string outputFileName, const std::string& extension);
_NODISCARD std::string GetAssetFilename(std::string outputFileName, const std::string& extension);
}