|
@@ -104,6 +104,9 @@ public:
|
|
|
/// Return elapsed time from program start as seconds.
|
|
/// Return elapsed time from program start as seconds.
|
|
|
float GetElapsedTime();
|
|
float GetElapsedTime();
|
|
|
|
|
|
|
|
|
|
+ /// Return current frames per second.
|
|
|
|
|
+ float GetFramesPerSecond() const;
|
|
|
|
|
+
|
|
|
/// Get system time as milliseconds.
|
|
/// Get system time as milliseconds.
|
|
|
static unsigned GetSystemTime();
|
|
static unsigned GetSystemTime();
|
|
|
/// Get system time as seconds since 1.1.1970.
|
|
/// Get system time as seconds since 1.1.1970.
|