summaryrefslogtreecommitdiffhomepage
path: root/Stars45/Clock.h
diff options
context:
space:
mode:
Diffstat (limited to 'Stars45/Clock.h')
-rw-r--r--Stars45/Clock.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Stars45/Clock.h b/Stars45/Clock.h
index e2ddcb0..d7b41a7 100644
--- a/Stars45/Clock.h
+++ b/Stars45/Clock.h
@@ -20,8 +20,9 @@ public:
Clock();
void Set();
- void Reset();
double Step();
+ void ResetGameTime();
+ void SkipGameTime(double seconds);
double Delta() const;
double GuiDelta() const;