aboutsummaryrefslogtreecommitdiff
path: root/include/GlobalCache.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/GlobalCache.hpp')
-rw-r--r--include/GlobalCache.hpp8
1 files changed, 8 insertions, 0 deletions
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 <dchat/Cache.hpp>
+
+namespace dchat
+{
+ Cache& getGlobalCache();
+} \ No newline at end of file