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 d0d5841..518789c 100644
--- a/Stars45/Game.h
+++ b/Stars45/Game.h
@@ -10,7 +10,6 @@
#ifndef Game_h
#define Game_h
-#include "Clock.h"
#include "Types.h"
#include "Screen.h"
#include "Video.h"
@@ -58,7 +57,6 @@ public:
static Game* GetInstance();
- Clock* GetClock();
DWORD Frame();
void SetMaxFrameLength(double seconds) { max_frame_length = seconds; }
@@ -107,8 +105,6 @@ protected:
RECT bounds_rect; // Saved window bounds for mode switches
RECT client_rect; // Saved client area size for mode switches
- Clock clock;
-
int status;
int exit_code;
@@ -124,5 +120,3 @@ protected:
// +--------------------------------------------------------------------+
#endif // Game_h
-
-