first run

This commit is contained in:
_or_75
2025-10-20 14:00:35 +03:00
parent 180acb178b
commit ec8265b2ce
600 changed files with 938224 additions and 1 deletions
@@ -0,0 +1,17 @@
#pragma once
#include <Common/Common.hpp>
namespace Settings
{
namespace Visual
{
inline auto Active = true;
inline auto PlayerBox = true;
}
namespace Misc
{
inline auto MenuAlpha = 200;
inline auto MenuStyle = 0;
}
}