![]() |
Gorgon Game Engine
|
contains time related functions and classes More...
Go to the source code of this file.
Classes | |
class | Date |
This class represents a specific date including time information. More... | |
Namespaces | |
Gorgon | |
Root namespace for Gorgon Game Engine. | |
Gorgon::Time | |
This module contains time related information. | |
Functions | |
unsigned long | DeltaTime () |
Returns the time passed since the last frame. More... | |
unsigned long | FrameStart () |
Returns start time of the current frame in milliseconds. More... | |
Date | GetDate () |
Returns the current date. More... | |
unsigned long | GetTime () |
Returns current time in milliseconds. More... | |
void | Initialize () |
Initializes Time module. More... | |
std::ostream & | operator<< (std::ostream &out, const Date &date) |
Output stream operator overload. More... | |
contains time related functions and classes