X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FFDM%2Fflight.hxx;h=5b01cff0a22eda9776d5ea3c913a0f2415bde6b6;hb=4df7a3e9f8c1e8b450a3674ec4aab497fda0a514;hp=0f142124dc33e15b0278fe6fb12a6675a8712484;hpb=cecd5685cabc54d66a7a641770fd4e5ab6fed05f;p=flightgear.git diff --git a/src/FDM/flight.hxx b/src/FDM/flight.hxx index 0f142124d..5b01cff0a 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 @@ -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