#pragma once namespace dchat { class Settings { public: static float getScaling(); static void setScaling(float scaling); }; }