#pragma once #include namespace td { constexpr int TPS = 20; constexpr float STEP_PERIOD = 1.0f / static_cast(TPS); } // namespace td