// This file is part of Noggit3, licensed under GNU General Public License (version 3). #pragma once namespace Noggit { constexpr float XSENS = 15.0f; constexpr float YSENS = 15.0f; }