X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FCockpit%2Fpanel.cxx;h=d593223181b9eac8e1227b511b1ae999b58f3bc6;hb=56db994994a891acd491da24b4b36420b4e54a88;hp=90c1dd3313c1f07c860dc616022a666d15489b7a;hpb=26193c5b19fdb9522e6f40ff98fd5589c87fb92a;p=flightgear.git diff --git a/src/Cockpit/panel.cxx b/src/Cockpit/panel.cxx index 90c1dd331..d59322318 100644 --- a/src/Cockpit/panel.cxx +++ b/src/Cockpit/panel.cxx @@ -1,25 +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. // -// 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 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. -// -// $Id$ - +// $Id$ #ifdef HAVE_CONFIG_H # include @@ -29,1058 +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