#pragma once #include struct FpsLimitVsync { }; struct FpsLimitNone { }; struct FpsLimitExplicit { float value; }; using FpsLimit = std::variant;