From: curt Date: Mon, 21 Feb 2000 22:00:24 +0000 (+0000) Subject: Updates from David Megginson. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=06f56d14657d2582ec5441f77ad04d401dfae305;p=flightgear.git Updates from David Megginson. Externally: added a chronometer and a control-position indicator a la MSFS, along with dummies for the radio-nav gauges. Internally, substantially reworked the code so that the individual gauges can be table- (and eventually, file-) driven. --- diff --git a/src/Cockpit/panel.cxx b/src/Cockpit/panel.cxx index 430dd0288..520e6ed51 100644 --- a/src/Cockpit/panel.cxx +++ b/src/Cockpit/panel.cxx @@ -29,18 +29,21 @@ #include #include +#include #include -#include #include #include - #include
#include #include +#include