From: david Date: Wed, 29 Jan 2003 15:34:31 +0000 (+0000) Subject: Added a README for the src/Cockpit/ directory. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=9841edf429c68a98d4c7243cb7860b9ac3b90ec5;p=flightgear.git Added a README for the src/Cockpit/ directory. --- diff --git a/src/Cockpit/README b/src/Cockpit/README new file mode 100644 index 000000000..911489a75 --- /dev/null +++ b/src/Cockpit/README @@ -0,0 +1,9 @@ +src/Cockpit/ - instrument and display-related code + +This directory contains various subsystems and code modules related to +the cockpit, including the HUD and the 2D panel. The code from here +is gradually being sorted out into separate code modules -- please do +not add anything new here. All new code for gauges and avionics +should go in src/Instrumentation/, and all new code aircraft systems +(like the electrical or vacuum systems) should go in src/Systems/. +Any new 2D or 3D modelling code should go in src/Model/.