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