pupush
This commit is contained in:
10
include/td/Constants.h
Normal file
10
include/td/Constants.h
Normal 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
|
||||
Reference in New Issue
Block a user