aboutsummaryrefslogtreecommitdiff
path: root/include/Settings.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/Settings.hpp')
-rw-r--r--include/Settings.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/Settings.hpp b/include/Settings.hpp
index ab757ec..1228873 100644
--- a/include/Settings.hpp
+++ b/include/Settings.hpp
@@ -6,5 +6,6 @@ namespace dchat
{
public:
static float getScaling();
+ static void setScaling(float scaling);
};
}