animations
This commit is contained in:
parent
721ff8f42f
commit
e4dda0861c
8 changed files with 161 additions and 4 deletions
|
|
@ -95,6 +95,10 @@ namespace Crafter {
|
|||
float a;
|
||||
};
|
||||
|
||||
export struct FrameTime {
|
||||
std::chrono::time_point<std::chrono::high_resolution_clock> now;
|
||||
std::chrono::duration<double> delta;
|
||||
};
|
||||
|
||||
|
||||
export constexpr std::int_fast32_t BOUND = 9;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue