This commit is contained in:
2024-10-25 17:12:13 +02:00
parent c0473e5a65
commit cd03175b98
12 changed files with 143 additions and 16 deletions

10
include/td/Constants.h Normal file
View File

@@ -0,0 +1,10 @@
#pragma once
#include <cstdint>
namespace td {
constexpr int TPS = 20;
constexpr float STEP_PERIOD = 1.0f / static_cast<float>(TPS);
} // namespace td