Hymn to Beauty
C++ 3D Engine
Time.hpp
Go to the documentation of this file.
1#pragma once
2
3namespace Utility {
4
6void InitTime();
7
9
12double GetTime();
13
14}
Definition: ResourceView.hpp:12
double GetTime()
Get the current time.
Definition: Time.cpp:41
void InitTime()
Initialize the starting time.
Definition: Time.cpp:23