Removed ifdefs around curl in WebResourceLoader

This commit is contained in:
Vladyslav Baranovskyi
2024-10-25 22:43:37 +03:00
parent 5bdfc849af
commit 79b7deed7f
2 changed files with 5 additions and 15 deletions

View File

@@ -14,6 +14,7 @@ namespace OpenVulkano
{
class WebResourceLoader : public ResourceLoader
{
protected:
std::filesystem::path m_cacheDirectory;
std::filesystem::path GetCacheFilePath(const std::string& url);