23#include <simgear/nasal/nasal.h>
44int geodFromArgs(naRef* args,
int offset,
int argc, SGGeod& result);
bool geodFromHash(naRef ref, SGGeod &result)
FGAirport * airportGhost(naRef r)
FGRunway * runwayGhost(naRef r)
naRef initNasalPositioned_cppbind(naRef globals, naContext c)
naRef ghostForRunway(naContext c, const FGRunway *r)
int geodFromArgs(naRef *args, int offset, int argc, SGGeod &result)
FGPositionedRef positionedFromArg(naRef ref)
naRef ghostForPositioned(naContext c, FGPositionedRef pos)
void shutdownNasalPositioned()
FGPositioned * positionedGhost(naRef r)
naRef initNasalPositioned(naRef globals, naContext c)
naRef ghostForAirport(naContext c, const FGAirport *apt)
void postinitNasalPositioned(naRef globals, naContext c)
SGSharedPtr< FGPositioned > FGPositionedRef