summaryrefslogtreecommitdiffhomepage
path: root/Stars45/Game.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/Game.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/Game.h')
-rw-r--r--Stars45/Game.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/Stars45/Game.h b/Stars45/Game.h
index 033968c..afd8f27 100644
--- a/Stars45/Game.h
+++ b/Stars45/Game.h
@@ -14,6 +14,7 @@
#include "Types.h"
#include "Screen.h"
#include "Video.h"
+#include "VideoSettings.h"
// +--------------------------------------------------------------------+
@@ -32,7 +33,6 @@ class Sound;
class SoundCard;
class Video;
class VideoFactory;
-class VideoSettings;
class Text;
// +--------------------------------------------------------------------+
@@ -103,8 +103,6 @@ public:
virtual void UpdateScreen();
virtual void CollectStats();
- virtual bool InitApplication(HINSTANCE);
- virtual bool InitInstance(HINSTANCE, int);
virtual bool InitGame();
virtual bool InitVideo();
virtual bool ResizeVideo();