diff options
Diffstat (limited to 'include/Settings.hpp')
-rw-r--r-- | include/Settings.hpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/include/Settings.hpp b/include/Settings.hpp new file mode 100644 index 0000000..ab757ec --- /dev/null +++ b/include/Settings.hpp @@ -0,0 +1,10 @@ +#pragma once + +namespace dchat +{ + class Settings + { + public: + static float getScaling(); + }; +} |