summaryrefslogtreecommitdiffhomepage
path: root/Stars45/Game.h
diff options
context:
space:
mode:
Diffstat (limited to 'Stars45/Game.h')
-rw-r--r--Stars45/Game.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/Stars45/Game.h b/Stars45/Game.h
index 518789c..0a59197 100644
--- a/Stars45/Game.h
+++ b/Stars45/Game.h
@@ -67,9 +67,6 @@ public:
bool Server() { return server; }
bool ShowMouse() { return show_mouse; }
- HINSTANCE GetHINST();
- HWND GetHWND();
-
virtual bool GameLoop();
virtual void UpdateWorld();
virtual void GameState();
@@ -91,8 +88,6 @@ protected:
RenderStats stats;
DWORD totaltime;
- HINSTANCE hInst;
- HWND hwnd;
HMENU hmenu;
DWORD winstyle;