summaryrefslogtreecommitdiffhomepage
path: root/StarsEx/GameWinDX9.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/GameWinDX9.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/GameWinDX9.h')
-rw-r--r--StarsEx/GameWinDX9.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/StarsEx/GameWinDX9.h b/StarsEx/GameWinDX9.h
index f194504..16b620c 100644
--- a/StarsEx/GameWinDX9.h
+++ b/StarsEx/GameWinDX9.h
@@ -76,6 +76,12 @@ protected:
const char* title_text;
const char* palette_name;
+ VideoFactory* video_factory;
+ Video* video;
+ VideoSettings* video_settings;
+ SoundCard* soundcard;
+ Screen* screen;
+
bool is_windowed;
bool is_active;
bool is_device_lost;