9 lines
193 B
C++
9 lines
193 B
C++
// 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;
|
|
} |