From a535703add6bf29878845cb270997514489cfc16 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Wed, 31 Oct 2018 18:12:49 +0100 Subject: Start with images/gif, resize chat input --- include/GlobalCache.hpp | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 include/GlobalCache.hpp (limited to 'include/GlobalCache.hpp') diff --git a/include/GlobalCache.hpp b/include/GlobalCache.hpp new file mode 100644 index 0000000..0b48e1c --- /dev/null +++ b/include/GlobalCache.hpp @@ -0,0 +1,8 @@ +#pragma once + +#include + +namespace dchat +{ + Cache& getGlobalCache(); +} \ No newline at end of file -- cgit v1.2.3