summaryrefslogtreecommitdiffhomepage
path: root/StarsEx/Game.h
diff options
context:
space:
mode:
authorAki <please@ignore.pl>2022-04-03 20:33:07 +0200
committerAki <please@ignore.pl>2022-04-03 20:34:15 +0200
commit0703d8f36d02a4b87a8898cc847dc0d4da7bb27f (patch)
treeff04769d84ce6e042e3d0d808a6f0444e755f8c0 /StarsEx/Game.h
parent029213d28484dbc4d3f874a88ce4e7b13d68b373 (diff)
downloadstarshatter-0703d8f36d02a4b87a8898cc847dc0d4da7bb27f.zip
starshatter-0703d8f36d02a4b87a8898cc847dc0d4da7bb27f.tar.gz
starshatter-0703d8f36d02a4b87a8898cc847dc0d4da7bb27f.tar.bz2
Moved video and sound related members to GameWinDX9
Diffstat (limited to 'StarsEx/Game.h')
-rw-r--r--StarsEx/Game.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/StarsEx/Game.h b/StarsEx/Game.h
index 228d23f..4070faf 100644
--- a/StarsEx/Game.h
+++ b/StarsEx/Game.h
@@ -11,18 +11,10 @@
#define Game_h
#include "Types.h"
-#include "Screen.h"
-#include "Video.h"
-#include "VideoSettings.h"
// +--------------------------------------------------------------------+
class Universe;
-class Sound;
-class SoundCard;
-class Video;
-class VideoFactory;
-class Text;
// +--------------------------------------------------------------------+
@@ -74,11 +66,6 @@ public:
protected:
Universe* world;
- VideoFactory* video_factory;
- Video* video;
- VideoSettings* video_settings;
- SoundCard* soundcard;
- Screen* screen;
int status;
int exit_code;