]> git.mxchange.org Git - flightgear.git/blob - src/Main/fgfs.cxx
Tweaks to how we load aircraft defaults and definition file to make things
[flightgear.git] / src / Main / fgfs.cxx
1 #include "fgfs.hxx"
2
3 #include <simgear/debug/logstream.hxx>
4
5 #include "globals.hxx"
6
7
8 \f
9 ////////////////////////////////////////////////////////////////////////
10 // Implementation of FGSubsystem
11 ////////////////////////////////////////////////////////////////////////
12
13
14 FGSubsystem::~FGSubsystem ()
15 {
16   // NO-OP
17 }
18
19
20 // end of fgfs.cxx