mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-21 12:17:53 -05:00
Add json dumper as a replacement for csv dumper
This commit is contained in:
@ -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);
|
||||
}
|
Reference in New Issue
Block a user