NcEngine
Time.h
1#pragma once
2
3namespace nc::time
4{
6auto DeltaTime() noexcept -> float;
7}