21 lines
334 B
C++
21 lines
334 B
C++
|
#include "fgfs.hxx"
|
|||
|
|
|||
|
#include <simgear/debug/logstream.hxx>
|
|||
|
|
|||
|
#include "globals.hxx"
|
|||
|
|
|||
|
|
|||
|
|
|||
|
////////////////////////////////////////////////////////////////////////
|
|||
|
// Implementation of FGSubsystem
|
|||
|
////////////////////////////////////////////////////////////////////////
|
|||
|
|
|||
|
|
|||
|
FGSubsystem::~FGSubsystem ()
|
|||
|
{
|
|||
|
// NO-OP
|
|||
|
}
|
|||
|
|
|||
|
|
|||
|
// end of fgfs.cxx
|