Core/Clock: Add Tick method

This commit is contained in:
SirLynix
2023-12-18 12:15:08 +01:00
parent 8efebef26c
commit f2201404f3
3 changed files with 47 additions and 1 deletions

View File

@@ -32,6 +32,8 @@ namespace Nz
Time Restart(Time startingPoint = Time::Zero(), bool paused = false);
std::optional<Time> RestartIfOver(Time time);
bool Tick(Time time);
void Unpause();
Clock& operator=(const Clock& clock) = default;