summaryrefslogtreecommitdiffhomepage
path: root/Stars45/GameWinDX9.h
diff options
context:
space:
mode:
authorAki <please@ignore.pl>2022-03-11 22:03:03 +0100
committerAki <please@ignore.pl>2022-03-11 22:03:03 +0100
commitdbff7e371b0a0261bf6d3680843d389cd92249bb (patch)
treee6adc10b729ad856bcd8a45ab1176a4b7989adf0 /Stars45/GameWinDX9.h
parentba3ebf161e74c54deb7ab10621177769b479305c (diff)
downloadstarshatter-dbff7e371b0a0261bf6d3680843d389cd92249bb.zip
starshatter-dbff7e371b0a0261bf6d3680843d389cd92249bb.tar.gz
starshatter-dbff7e371b0a0261bf6d3680843d389cd92249bb.tar.bz2
Moved part of Init to GameWinDX9
Diffstat (limited to 'Stars45/GameWinDX9.h')
-rw-r--r--Stars45/GameWinDX9.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Stars45/GameWinDX9.h b/Stars45/GameWinDX9.h
index 1aee8df..3ad8a7c 100644
--- a/Stars45/GameWinDX9.h
+++ b/Stars45/GameWinDX9.h
@@ -8,6 +8,7 @@
#define GameWinDX9_h
#include "Game.h"
+#include "Types.h"
class GameWinDX9 : public Game
@@ -15,6 +16,8 @@ class GameWinDX9 : public Game
public:
GameWinDX9();
virtual ~GameWinDX9();
+
+ virtual bool Init(HINSTANCE hi, HINSTANCE hpi, LPSTR cmdline, int nCmdShow);
};