From 8f353abd0bfe18baddd8a8250ab7c4f2d1c83a6e Mon Sep 17 00:00:00 2001 From: Aki Date: Thu, 31 Mar 2022 23:41:46 +0200 Subject: Moved HINST and HWND from Game to GameWinDX9 --- Stars45/Game.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'Stars45/Game.h') 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; -- cgit v1.1