From: James Turner Date: Mon, 19 Nov 2012 23:03:08 +0000 (+0000) Subject: Many more subsystems via the factory. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=868b7b40dc63cde4b90593e38bc828af628502d7;p=flightgear.git Many more subsystems via the factory. Not all of these are tested to actually be safe to add / remove at runtime, but an increasing number are. --- diff --git a/src/Main/subsystemFactory.cxx b/src/Main/subsystemFactory.cxx index 3e6377906..c7675d682 100644 --- a/src/Main/subsystemFactory.cxx +++ b/src/Main/subsystemFactory.cxx @@ -45,6 +45,22 @@ #include #include #include +#include +#include +#include +#include
+#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include