]> git.mxchange.org Git - flightgear.git/blobdiff - src/Scripting/NasalPositioned.hxx
Reduce amount of log output at level=debug.
[flightgear.git] / src / Scripting / NasalPositioned.hxx
index a3b7514d2e22c0cdd878c6560b494115e025d077..14401e9c2c08678f476213895279b4702e62435e 100644 (file)
@@ -29,6 +29,7 @@ class SGGeod;
 bool geodFromHash(naRef ref, SGGeod& result); 
 
 naRef initNasalPositioned(naRef globals, naContext c, naRef gcSave);
+naRef initNasalPositioned_cppbind(naRef globals, naContext c, naRef gcSave);
 void postinitNasalPositioned(naRef globals, naContext c);
 
 #endif // of SCRIPTING_NASAL_POSITIONED_HXX