X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FScripting%2FNasalPositioned.hxx;h=7df6608b3326a25c08887a8be0b459649eafd3c2;hb=9c63b7713307eb4db9f6df7959fe83977f561c42;hp=96cb879185c6033c11c36e00b83e6e10e3362c1d;hpb=a132ced0846d5e54596375b170652e735ffe862b;p=flightgear.git diff --git a/src/Scripting/NasalPositioned.hxx b/src/Scripting/NasalPositioned.hxx index 96cb87918..7df6608b3 100644 --- a/src/Scripting/NasalPositioned.hxx +++ b/src/Scripting/NasalPositioned.hxx @@ -25,16 +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