X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FMain%2Ffg_props.cxx;h=770ca620ea91c281920b2277b6a4418bbdfada57;hb=6077e8a8248db3e27ff10cd654219c8dbb758861;hp=46bc65838e97dc5e360cc003ab0f03e35a7c18e6;hpb=5ef00ab621d118b0695f0c167cf3369d49f206da;p=flightgear.git diff --git a/src/Main/fg_props.cxx b/src/Main/fg_props.cxx index 46bc65838..770ca620e 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,619 @@ // // $Id$ -#include +#ifdef HAVE_CONFIG_H +# include +#endif -#include
+#include +#include +#include +#include +#include +#include + +#include STL_IOSTREAM + +#include +#include +#include