X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FScripting%2FNasalPositioned.hxx;h=7df6608b3326a25c08887a8be0b459649eafd3c2;hb=75f5eba0022e1a2eae668a5bce4107ccc84b795c;hp=5fbec26506706f800fad01de8f66bccf6d00d2e4;hpb=c5781546b970dd710ef8469dc7ba39f339375f15;p=flightgear.git diff --git a/src/Scripting/NasalPositioned.hxx b/src/Scripting/NasalPositioned.hxx index 5fbec2650..7df6608b3 100644 --- a/src/Scripting/NasalPositioned.hxx +++ b/src/Scripting/NasalPositioned.hxx @@ -25,17 +25,12 @@ // 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