X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FCockpit%2Fpanel.cxx;h=d593223181b9eac8e1227b511b1ae999b58f3bc6;hb=56db994994a891acd491da24b4b36420b4e54a88;hp=23a29540f06c9ffeaf52fea60a8f4ad40cc54b73;hpb=7da417530f8dc06e8c4cb62adc2d20fd2a7a3809;p=flightgear.git diff --git a/src/Cockpit/panel.cxx b/src/Cockpit/panel.cxx index 23a29540f..d59322318 100644 --- a/src/Cockpit/panel.cxx +++ b/src/Cockpit/panel.cxx @@ -1,27 +1,22 @@ -// panel.cxx -- routines to draw an instrument panel +// panel.cxx - default, 2D single-engine prop instrument panel // -// Written by Friedemann Reinhard, started June 1998. +// Written by David Megginson, started January 2000. // -// Major code reorganization by David Megginson, November 1999. +// This program is free software; you can redistribute it and/or +// modify it under the terms of the GNU General Public License as +// published by the Free Software Foundation; either version 2 of the +// License, or (at your option) any later version. // -// Copyright(C)1998 Friedemann Reinhard-reinhard@theorie2.physik.uni-erlangen.de -// -// This program is free software; you can redistribute it and/or -// modify it under the terms of the GNU General Public License as -// published by the Free Software Foundation; either version 2 of the -// License, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// General Public License for more details. -// -// You should have received a copy of the GNU General Public License -// along with this program; if not, write to the Free Software -// Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +// This program is distributed in the hope that it will be useful, but +// WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program; if not, write to the Free Software +// Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. // -// $Id$ - +// $Id$ #ifdef HAVE_CONFIG_H # include @@ -31,981 +26,1131 @@ # include #endif -#define FILLED true +#include // sprintf +#include -#include -#include +#include +#include -#include -#include -#include -#include -#include +#include +#include -#include -#include -#include
-#include
-#include -#include +#include
+#include
+#include
+#include