diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/Cache.hpp | 3 |
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); |