summaryrefslogtreecommitdiffhomepage
path: root/Stars45/Clock.h
diff options
context:
space:
mode:
Diffstat (limited to 'Stars45/Clock.h')
-rw-r--r--Stars45/Clock.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Stars45/Clock.h b/Stars45/Clock.h
index 5628e45..512ee0f 100644
--- a/Stars45/Clock.h
+++ b/Stars45/Clock.h
@@ -26,6 +26,7 @@ public:
double Delta() const;
double GuiDelta() const;
+ double Rate() const;
double TimeCompression() const;
count_type GameTime() const;
count_type RealTime() const;
@@ -39,6 +40,7 @@ protected:
double m_compression;
double m_delta;
double m_gui_delta;
+ double m_rate;
};