aboutsummaryrefslogtreecommitdiff
path: root/include/GlobalCache.hpp
blob: 0b48e1ca57607e586d1dd261534a32292822e957 (plain)
1
2
3
4
5
6
7
8
#pragma once

#include <dchat/Cache.hpp>

namespace dchat
{
    Cache& getGlobalCache();
}