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