aboutsummaryrefslogtreecommitdiff
path: root/include/Settings.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/Settings.hpp')
-rw-r--r--include/Settings.hpp10
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();
+ };
+}