aboutsummaryrefslogtreecommitdiff
path: root/include/Settings.hpp
blob: ab757ec0adbc33449e6a47adc1cb51501575b6de (plain)
1
2
3
4
5
6
7
8
9
10
#pragma once

namespace dchat
{
    class Settings
    {
    public:
        static float getScaling();
    };
}