]> git.mxchange.org Git - flightgear.git/commit
Autopilot "class-ification".
authorcurt <curt>
Sun, 30 Apr 2000 06:51:49 +0000 (06:51 +0000)
committercurt <curt>
Sun, 30 Apr 2000 06:51:49 +0000 (06:51 +0000)
commit3ecf1b8dce76e1ceada10f3106c60b56d5939fc7
tree7b606fdfeeb80c46708ecbba00d011c415c23638
parent2aefd15f74632de3a2def1e21d0a751e3a949ea9
Autopilot "class-ification".
Separated out gui parts of autopilot control from the actual autopilot code.
15 files changed:
src/Autopilot/Makefile.am
src/Autopilot/auto_gui.cxx [new file with mode: 0644]
src/Autopilot/auto_gui.hxx [new file with mode: 0644]
src/Autopilot/autopilot.cxx [deleted file]
src/Autopilot/autopilot.hxx [deleted file]
src/Autopilot/newauto.cxx [new file with mode: 0644]
src/Autopilot/newauto.hxx [new file with mode: 0644]
src/Cockpit/hud.cxx
src/Cockpit/panel.cxx
src/Cockpit/steam.cxx
src/GUI/gui.cxx
src/Main/bfi.cxx
src/Main/fg_init.cxx
src/Main/keyboard.cxx
src/Main/main.cxx