From adb04f7316f9b2f7871b91b62d3bd920194bf97d Mon Sep 17 00:00:00 2001 From: Aki Date: Sat, 12 Mar 2022 01:28:23 +0100 Subject: Moved Inits for Application and Instance into GameWinDX9 --- Stars45/GameWinDX9.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Stars45/GameWinDX9.h') diff --git a/Stars45/GameWinDX9.h b/Stars45/GameWinDX9.h index 3ad8a7c..719bc04 100644 --- a/Stars45/GameWinDX9.h +++ b/Stars45/GameWinDX9.h @@ -18,6 +18,8 @@ public: virtual ~GameWinDX9(); virtual bool Init(HINSTANCE hi, HINSTANCE hpi, LPSTR cmdline, int nCmdShow); + virtual bool InitApplication(HINSTANCE hInstance); + virtual bool InitInstance(HINSTANCE hInstance, int nCmdShow); }; -- cgit v1.1