]> git.mxchange.org Git - flightgear.git/blobdiff - src/Scripting/NasalPositioned.hxx
Update includes (required by simgear changes)
[flightgear.git] / src / Scripting / NasalPositioned.hxx
index 5fbec26506706f800fad01de8f66bccf6d00d2e4..7df6608b3326a25c08887a8be0b459649eafd3c2 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); 
 
-naRef initNasalPositioned(naRef globals, naContext c, naRef gcSave);
+naRef initNasalPositioned(naRef globals, naContext c);
+naRef initNasalPositioned_cppbind(naRef globals, naContext c);
 void postinitNasalPositioned(naRef globals, naContext c);
+void shutdownNasalPositioned();
 
 #endif // of SCRIPTING_NASAL_POSITIONED_HXX