diff options
author | ouwou <26526779+ouwou@users.noreply.github.com> | 2023-04-13 16:29:56 -0400 |
---|---|---|
committer | ouwou <26526779+ouwou@users.noreply.github.com> | 2023-04-13 16:29:56 -0400 |
commit | c084230767053e942b29941a8728f421e256cf1d (patch) | |
tree | ae58dc5d3978930ec5ed1fb0e65d108b56369d42 /src/imgmanager.hpp | |
parent | 7b5dc8a86532cf00ab49a1922dbd4ce21cdaf01f (diff) | |
parent | 44ab35dfd591c4c357673cc2ce3cb3a6964a1fff (diff) | |
download | abaddon-portaudio-c084230767053e942b29941a8728f421e256cf1d.tar.gz abaddon-portaudio-c084230767053e942b29941a8728f421e256cf1d.zip |
Merge branch 'master' of https://github.com/uowuo/abaddon into voice
Diffstat (limited to 'src/imgmanager.hpp')
-rw-r--r-- | src/imgmanager.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/imgmanager.hpp b/src/imgmanager.hpp index 3bc0f4e..2eeb756 100644 --- a/src/imgmanager.hpp +++ b/src/imgmanager.hpp @@ -18,6 +18,7 @@ public: void LoadAnimationFromURL(const std::string &url, int w, int h, const callback_anim_type &cb); void Prefetch(const std::string &url); Glib::RefPtr<Gdk::Pixbuf> GetPlaceholder(int size); + Cache &GetCache(); private: static Glib::RefPtr<Gdk::Pixbuf> ReadFileToPixbuf(std::string path); |