summaryrefslogtreecommitdiffhomepage
path: root/Stars45/Game.h
diff options
context:
space:
mode:
authorAki <please@ignore.pl>2022-03-31 23:41:46 +0200
committerAki <please@ignore.pl>2022-03-31 23:41:46 +0200
commit8f353abd0bfe18baddd8a8250ab7c4f2d1c83a6e (patch)
treefa3ba288acb3f589e16700256ade2b25c73526c9 /Stars45/Game.h
parentac54470e8aeddc2acf9ae215241c77a2bf7e33e3 (diff)
downloadstarshatter-8f353abd0bfe18baddd8a8250ab7c4f2d1c83a6e.zip
starshatter-8f353abd0bfe18baddd8a8250ab7c4f2d1c83a6e.tar.gz
starshatter-8f353abd0bfe18baddd8a8250ab7c4f2d1c83a6e.tar.bz2
Moved HINST and HWND from Game to GameWinDX9
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;