]> git.mxchange.org Git - flightgear.git/blobdiff - src/Scripting/NasalPositioned.hxx
Expose SGCondition as a ghost to Nasal directly.
[flightgear.git] / src / Scripting / NasalPositioned.hxx
index 5fbec26506706f800fad01de8f66bccf6d00d2e4..a3b7514d2e22c0cdd878c6560b494115e025d077 100644 (file)
 
 // forward decls
 class SGGeod;
-class FGAirport;
-class FGRunway;
-class FGNavRecord;
-
-naRef hashForAirport(naContext c, const FGAirport* apt);
-naRef hashForRunway(naContext c, FGRunway* rwy);
-naRef hashForNavRecord(naContext c, const FGNavRecord* nav, const SGGeod& rel);
 
 bool geodFromHash(naRef ref, SGGeod& result);