summaryrefslogtreecommitdiffhomepage
path: root/Stars45/Game.h
diff options
context:
space:
mode:
Diffstat (limited to 'Stars45/Game.h')
-rw-r--r--Stars45/Game.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/Stars45/Game.h b/Stars45/Game.h
index d9054e9..7ecb198 100644
--- a/Stars45/Game.h
+++ b/Stars45/Game.h
@@ -77,17 +77,11 @@ public:
void SetMaxTexSize(int n);
Clock* GetClock();
- DWORD RealTime();
- DWORD GameTime();
DWORD TimeCompression();
void SetTimeCompression(DWORD comp);
DWORD Frame();
- void ResetGameTime();
- void SkipGameTime(double seconds);
double FrameRate();
- double FrameTime();
- double GUITime();
void SetMaxFrameLength(double seconds) { max_frame_length = seconds; }
double GetMaxFrameLength() { return max_frame_length; }