Gorgon Game Engine
Time.h File Reference

contains time related functions and classes More...

Include dependency graph for Time.h:
This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

contains time related functions and classes