summaryrefslogtreecommitdiffhomepage
path: root/Stars45/GameWinDX9.h
diff options
context:
space:
mode:
authorAki <please@ignore.pl>2022-03-12 01:28:23 +0100
committerAki <please@ignore.pl>2022-03-12 01:28:23 +0100
commitadb04f7316f9b2f7871b91b62d3bd920194bf97d (patch)
tree2e5a4ef1cebf67aa12575a58fb85670e88f166c8 /Stars45/GameWinDX9.h
parentdbff7e371b0a0261bf6d3680843d389cd92249bb (diff)
downloadstarshatter-adb04f7316f9b2f7871b91b62d3bd920194bf97d.zip
starshatter-adb04f7316f9b2f7871b91b62d3bd920194bf97d.tar.gz
starshatter-adb04f7316f9b2f7871b91b62d3bd920194bf97d.tar.bz2
Moved Inits for Application and Instance into GameWinDX9
Diffstat (limited to 'Stars45/GameWinDX9.h')
-rw-r--r--Stars45/GameWinDX9.h2
1 files changed, 2 insertions, 0 deletions
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);
};