From 4b8ddd088afb8f0021c6cfa1b7700e0b521b8ac5 Mon Sep 17 00:00:00 2001 From: Aki Date: Sun, 3 Apr 2022 21:39:26 +0200 Subject: Fixed missing includes due to changes in Game header --- StarsEx/GameWinDX9.h | 5 +++++ StarsEx/NetServerConfig.h | 1 + StarsEx/QuantumFlash.cpp | 1 + 3 files changed, 7 insertions(+) (limited to 'StarsEx') 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" // +--------------------------------------------------------------------+ -- cgit v1.1