5#include "EnigmaCore_EXPORT.hpp"
23 virtual std::string
loadAsset(std::string_view assetName)
const = 0;
Interface for providing configuration/asset data. Abstracts the source of assets (filesystem,...
virtual ~IAssetProvider()
virtual std::string loadAsset(std::string_view assetName) const =0
Loads the content of an asset.