19 std::string
loadAsset(std::string_view assetName)
const override;
Implementation of IAssetProvider that reads from the local filesystem. This is the standard provider ...
~FileAssetProvider() override
std::string loadAsset(std::string_view assetName) const override
Loads the content of a file from the disk.
Interface for providing configuration/asset data. Abstracts the source of assets (filesystem,...