]> git.mxchange.org Git - flightgear.git/commit
Start porting NasalPositioned to cppbind.
authorThomas Geymayer <tomgey@gmail.com>
Mon, 4 Mar 2013 18:24:47 +0000 (19:24 +0100)
committerThomas Geymayer <tomgey@gmail.com>
Mon, 4 Mar 2013 18:24:47 +0000 (19:24 +0100)
commit4b573ebd13bbf301795f57293a0e190d0993ea47
treeef113132bfedaebfbf5bc4ce7cb91de3fb79f22d
parent45e3b7e2d19e7b0d1201f849c852bae5b6b3005b
Start porting NasalPositioned to cppbind.

For now it is available in the positioned Nasal
module. FGAirport is fully ported, but especially
procedures/navaids and free functions are still
missing.
12 files changed:
src/AIModel/AIFlightPlan.hxx
src/Airports/airport.hxx
src/Airports/airports_fwd.hxx
src/Airports/parking.hxx
src/Navaids/FlightPlan.hxx
src/Navaids/awynet.cxx
src/Navaids/procedure.hxx
src/Navaids/waypoint.hxx
src/Scripting/CMakeLists.txt
src/Scripting/NasalPositioned.hxx
src/Scripting/NasalPositioned_cppbind.cxx [new file with mode: 0644]
src/Scripting/NasalSys.cxx