]> git.mxchange.org Git - flightgear.git/commit
Flattened src/Systems/ subtree.
authordavid <david>
Tue, 24 Sep 2002 14:51:37 +0000 (14:51 +0000)
committerdavid <david>
Tue, 24 Sep 2002 14:51:37 +0000 (14:51 +0000)
commit682feb8f2d4803444b5a95d956de3979a7a7fcc7
tree509fee881fe1778351db1f68e5ada3cec6f15bae
parent5becd2a1bde3a736dc9d452d5e412b1155108fc2
Flattened src/Systems/ subtree.

Added src/Instrumentation/ with partial stab at a vacuum-driven
attitude indicator.
16 files changed:
configure.ac
src/Instrumentation/Makefile.am [new file with mode: 0644]
src/Instrumentation/attitude_indicator.cxx [new file with mode: 0644]
src/Instrumentation/attitude_indicator.hxx [new file with mode: 0644]
src/Instrumentation/instrument_mgr.cxx [new file with mode: 0644]
src/Instrumentation/instrument_mgr.hxx [new file with mode: 0644]
src/Main/Makefile.am
src/Main/fg_init.cxx
src/Main/globals.cxx
src/Main/globals.hxx
src/Main/main.cxx
src/Makefile.am
src/Systems/Makefile.am
src/Systems/system_mgr.cxx
src/Systems/vacuum.cxx [new file with mode: 0644]
src/Systems/vacuum.hxx [new file with mode: 0644]