1
0
Fork 0
flightgear/src/Main/fgfs.cxx

21 lines
334 B
C++
Raw Normal View History

#include "fgfs.hxx"
#include <simgear/debug/logstream.hxx>
#include "globals.hxx"
////////////////////////////////////////////////////////////////////////
// Implementation of FGSubsystem
////////////////////////////////////////////////////////////////////////
FGSubsystem::~FGSubsystem ()
{
// NO-OP
}
// end of fgfs.cxx