From 85362d58c120a7bd121f68506fe5afad7071c29b Mon Sep 17 00:00:00 2001 From: dec05eba Date: Thu, 3 May 2018 20:37:08 +0200 Subject: Change image directory, change emoji size --- include/Cache.hpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/Cache.hpp') diff --git a/include/Cache.hpp b/include/Cache.hpp index 19b811a..71226cc 100644 --- a/include/Cache.hpp +++ b/include/Cache.hpp @@ -50,6 +50,9 @@ namespace dchat // Creates directory if it doesn't exist (recursively). Throws boost exception on failure static boost::filesystem::path getDchatDir(); + // Creates directory if it doesn't exist (recursively). Throws boost exception on failure + static boost::filesystem::path getImagesDir(); + static void loadBindsFromFile(); static void replaceBindsInFile(const std::unordered_map &binds); -- cgit v1.2.3