]> git.mxchange.org Git - flightgear.git/commit
Sink position-init code into its own file.
authorJames Turner <zakalawe@mac.com>
Tue, 18 Sep 2012 19:50:28 +0000 (20:50 +0100)
committerJames Turner <zakalawe@mac.com>
Tue, 18 Sep 2012 19:50:28 +0000 (20:50 +0100)
commitffbb0a0e5d8915df208dc8042fd3338f04b01dfe
tree71cd46cc4149f922eb35fff37c49020485a8c5a5
parente2eea405a3f4741c04e612da88add115f623f58e
Sink position-init code into its own file.

Separate other init functions from position init, since they are unrelated, and made fg_init.cxx very complex. Next step will be brining some sanity to the position init logic :)
src/Main/CMakeLists.txt
src/Main/fg_commands.cxx
src/Main/fg_init.cxx
src/Main/fg_init.hxx
src/Main/main.cxx
src/Main/positioninit.cxx [new file with mode: 0644]
src/Main/positioninit.hxx [new file with mode: 0644]