aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2018-05-03 20:37:08 +0200
committerdec05eba <dec05eba@protonmail.com>2018-05-03 20:37:11 +0200
commit85362d58c120a7bd121f68506fe5afad7071c29b (patch)
tree96160e973ee50e07c4358079b0342f1570b6807f /include
parentc0afaebec368af694431c51fa0be1c8952b7e214 (diff)
Change image directory, change emoji size
Diffstat (limited to 'include')
-rw-r--r--include/Cache.hpp3
1 files changed, 3 insertions, 0 deletions
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<std::string, std::string> &binds);