From 4ac27e91403b708088451c9c07f3b4c2eecb7cf2 Mon Sep 17 00:00:00 2001 From: ouwou <26526779+ouwou@users.noreply.github.com> Date: Wed, 30 Sep 2020 00:12:38 -0400 Subject: add wonky image loading --- filecache.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'filecache.hpp') diff --git a/filecache.hpp b/filecache.hpp index dfc8638..b54f842 100644 --- a/filecache.hpp +++ b/filecache.hpp @@ -15,6 +15,7 @@ public: using callback_type = std::function; void GetFileFromURL(std::string url, callback_type cb); + std::string GetPathIfCached(std::string url); private: std::string SanitizeString(std::string str); -- cgit v1.2.3