X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FFDM%2Fflight.hxx;h=f5533625c090772cc5012ff3b55c1247acf617b9;hb=3ec74d79c23347add2afa088b05ad29af975f65f;hp=0f142124dc33e15b0278fe6fb12a6675a8712484;hpb=cecd5685cabc54d66a7a641770fd4e5ab6fed05f;p=flightgear.git diff --git a/src/FDM/flight.hxx b/src/FDM/flight.hxx index 0f142124d..f5533625c 100644 --- a/src/FDM/flight.hxx +++ b/src/FDM/flight.hxx @@ -2,7 +2,7 @@ // // 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,7 +16,7 @@ // // 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$ @@ -25,9 +25,9 @@ #define _FLIGHT_HXX -#ifndef __cplusplus +#ifndef __cplusplus # error This library requires C++ -#endif +#endif /* Required get_() @@ -81,39 +81,337 @@ */ -#include - #include #include +#include +#include -#include