summaryrefslogtreecommitdiffhomepage
path: root/Stars45/GameWinDX9.h
diff options
context:
space:
mode:
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);
};