37    static const double& 
GetFPS();
 
 
The NWTime class represents the time-related functionality.
Definition NWTime.h:7
 
static NWin::timeMl _currentTime
Definition NWTime.h:12
 
static void Update()
Updates the NWTime class.
Definition NWTime.cpp:21
 
static void Init()
Initializes the NWTime class.
Definition NWTime.cpp:17
 
static NWin::timeMl _lastTime2
Definition NWTime.h:14
 
static double _deltaTime
Definition NWTime.h:9
 
static const double & GetFPS()
Gets the frames per second.
Definition NWTime.cpp:35
 
static double _FPS
Definition NWTime.h:10
 
static int _frameCount
Definition NWTime.h:11
 
static double _deltaTimeSum
Definition NWTime.h:15
 
static NWin::timeMl _lastTime
Definition NWTime.h:13
 
static const double & GetDeltaTime()
Gets the delta time.
Definition NWTime.cpp:39