summaryrefslogtreecommitdiffhomepage
path: root/StarsEx/Game.h
diff options
context:
space:
mode:
Diffstat (limited to 'StarsEx/Game.h')
-rw-r--r--StarsEx/Game.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/StarsEx/Game.h b/StarsEx/Game.h
index 2aa1df7..48629c6 100644
--- a/StarsEx/Game.h
+++ b/StarsEx/Game.h
@@ -85,6 +85,9 @@ protected:
bool server;
bool show_mouse;
DWORD frame_number;
+
+private:
+ static Game* instance;
};
// +--------------------------------------------------------------------+