From 391f7fd6d832cb40f74fb37f9e0af7ff33db202f Mon Sep 17 00:00:00 2001 From: dec05eba Date: Fri, 20 Apr 2018 01:29:54 +0200 Subject: Add message board, in the middle of text selection --- include/Settings.hpp | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 include/Settings.hpp (limited to 'include/Settings.hpp') 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(); + }; +} -- cgit v1.2.3