23#include <simgear/nasal/nasal.h>
flightgear::Procedure * procedureGhost(naRef r)
naRef ghostForProcedure(naContext c, const flightgear::Procedure *proc)
flightgear::Waypt * wayptGhost(naRef r)
flightgear::FlightPlan::Leg * fpLegGhost(naRef r)
naRef ghostForLeg(naContext c, const flightgear::FlightPlan::Leg *leg)
naRef initNasalFlightPlan(naRef globals, naContext c)
void shutdownNasalFlightPlan()
naRef ghostForWaypt(naContext c, const flightgear::Waypt *wpt)
flight-plan leg encapsulation
Abstract base class for waypoints (and things that are treated similarly by navigation systems).