X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FMain%2Ffg_props.cxx;h=2c93ad36cb47de433224de253cadc54726b0239e;hb=09d4176e963be04dec40943083e369081b8f7a18;hp=30c337e9a4f77a4f50b36e1c9a2373a9d3434bb9;hpb=e1dd52d38aa91e17060e642c6d090556bc2d4d46;p=flightgear.git diff --git a/src/Main/fg_props.cxx b/src/Main/fg_props.cxx index 30c337e9a..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 @@ -20,22 +20,559 @@ // // $Id$ -#include +#ifdef HAVE_CONFIG_H +# include +#endif -#include
+#include +#include +#include +#include +#include +#include + +#include STL_IOSTREAM + +#include +#include +#include