X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FMain%2Ffg_props.cxx;h=2c93ad36cb47de433224de253cadc54726b0239e;hb=09d4176e963be04dec40943083e369081b8f7a18;hp=3444e138b50035f9dc5c525e0542c0b006c00293;hpb=f85df36eaa9425fe98a7fb376721e7cf9b452fbc;p=flightgear.git diff --git a/src/Main/fg_props.cxx b/src/Main/fg_props.cxx index 3444e138b..2c93ad36c 100644 --- a/src/Main/fg_props.cxx +++ b/src/Main/fg_props.cxx @@ -1,8 +1,8 @@ -// fg_props.cxx -- support for +// fg_props.cxx -- support for FlightGear properties. // -// Written by David Megginson, started November 1999. +// Written by David Megginson, started 2000. // -// Copyright (C) 1999, 2000 David Megginson - david@megginson.com +// Copyright (C) 2000, 2001 David Megginson - david@megginson.com // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License as @@ -24,24 +24,555 @@ # include #endif +#include +#include +#include +#include +#include +#include + #include STL_IOSTREAM -#include
+#include +#include +#include