X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FFDM%2Fflight.cxx;h=0e4ff912a3948a99ffce66c9a298993d110eae60;hb=a99ea1c7b5fb0ba69810bbad9b6aca8b4cdc116b;hp=3f98f3bb715faf632ec63df65cdb183ad3985506;hpb=b86e6ddc11afe0578fff207e74a20abe8a053c23;p=flightgear.git diff --git a/src/FDM/flight.cxx b/src/FDM/flight.cxx index 3f98f3bb7..0e4ff912a 100644 --- a/src/FDM/flight.cxx +++ b/src/FDM/flight.cxx @@ -1,8 +1,8 @@ -// flight.c -- a general interface to the various flight models +// flight.cxx -- a general interface to the various flight models // // Written by Curtis Olson, started May 1997. // -// Copyright (C) 1997 Curtis L. Olson - curt@infoplane.com +// Copyright (C) 1997 Curtis L. Olson - http://www.flightgear.org/~curt // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License as @@ -16,207 +16,916 @@ // // 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. +// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // // $Id$ +#ifdef HAVE_CONFIG_H +# include "config.h" +#endif -#include +#include "flight.hxx" -#include -#include -#include -#include -#include
-#include -#include