#include <config.h>
#include <cassert>
#include <simgear/structure/exception.hxx>
#include <simgear/props/props_io.hxx>
#include <FDM/fdm_shell.hxx>
#include <FDM/flight.hxx>
#include <Aircraft/replay.hxx>
#include <Main/globals.hxx>
#include <Main/fg_props.hxx>
#include <Scenery/scenery.hxx>
#include "AIModel/AIManager.hxx"
#include "AIModel/AIAircraft.hxx"
#include "simgear/debug/debug_types.h"
#include <FDM/ExternalNet/ExternalNet.hxx>
#include <FDM/ExternalPipe/ExternalPipe.hxx>
#include <FDM/UFO.hxx>
#include <FDM/NullFDM.hxx>
#include <GUI/MessageBox.hxx>
#include <Main/sentryIntegration.hxx>
Go to the source code of this file.
◆ registrantFDMShell()
SGSubsystemMgr::Registrant< FDMShell > registrantFDMShell |
( |
SGSubsystemMgr::FDM | | ) |
|