summaryrefslogtreecommitdiffhomepage
path: root/StarsEx
diff options
context:
space:
mode:
authorAki <please@ignore.pl>2022-04-03 21:39:26 +0200
committerAki <please@ignore.pl>2022-04-03 21:41:25 +0200
commit4b8ddd088afb8f0021c6cfa1b7700e0b521b8ac5 (patch)
tree887903aa7cf1ba47d3b372c36f80bd012ead3688 /StarsEx
parent0703d8f36d02a4b87a8898cc847dc0d4da7bb27f (diff)
downloadstarshatter-4b8ddd088afb8f0021c6cfa1b7700e0b521b8ac5.zip
starshatter-4b8ddd088afb8f0021c6cfa1b7700e0b521b8ac5.tar.gz
starshatter-4b8ddd088afb8f0021c6cfa1b7700e0b521b8ac5.tar.bz2
Fixed missing includes due to changes in Game header
Diffstat (limited to 'StarsEx')
-rw-r--r--StarsEx/GameWinDX9.h5
-rw-r--r--StarsEx/NetServerConfig.h1
-rw-r--r--StarsEx/QuantumFlash.cpp1
3 files changed, 7 insertions, 0 deletions
diff --git a/StarsEx/GameWinDX9.h b/StarsEx/GameWinDX9.h
index 16b620c..e95352b 100644
--- a/StarsEx/GameWinDX9.h
+++ b/StarsEx/GameWinDX9.h
@@ -9,7 +9,12 @@
#include "Color.h"
#include "Game.h"
+#include "Screen.h"
+#include "SoundCard.h"
#include "Types.h"
+#include "VideoFactory.h"
+#include "Video.h"
+#include "VideoSettings.h"
#include "WndProc.h"
diff --git a/StarsEx/NetServerConfig.h b/StarsEx/NetServerConfig.h
index be582ce..fb8418f 100644
--- a/StarsEx/NetServerConfig.h
+++ b/StarsEx/NetServerConfig.h
@@ -13,6 +13,7 @@
#include "Types.h"
#include "Game.h"
#include "Text.h"
+#include "List.h"
// +--------------------------------------------------------------------+
diff --git a/StarsEx/QuantumFlash.cpp b/StarsEx/QuantumFlash.cpp
index 34d2764..53c834c 100644
--- a/StarsEx/QuantumFlash.cpp
+++ b/StarsEx/QuantumFlash.cpp
@@ -19,6 +19,7 @@
#include "Game.h"
#include "Random.h"
#include "Scene.h"
+#include "Video.h"
// +--------------------------------------------------------------------+