]> git.mxchange.org Git - flightgear.git/blobdiff - src/WeatherCM/FGWeatherParse.h
One more pass at a reorg.
[flightgear.git] / src / WeatherCM / FGWeatherParse.h
index 68077db27cf5bc933bc35ea4358df0aa2b9a4fde..56717d3f64ffe57977d1f342f9a10c88a1dc701e 100644 (file)
@@ -49,6 +49,7 @@ You can also visit his homepage at http://www.wetterzentrale.de
 HISTORY
 ------------------------------------------------------------------------------
 18.10.1999 Christian Mayer     Created
+14.12.1999 Christian Mayer     minor internal changes
 *****************************************************************************/
 
 /****************************************************************************/
@@ -60,10 +61,10 @@ HISTORY
 /****************************************************************************/
 /* INCLUDES                                                                */
 /****************************************************************************/
-#include <Include/compiler.h>
+#include <simgear/compiler.h>
 #include <vector>
 
-#include <Misc/fgstream.hxx>
+#include <simgear/misc/fgstream.hxx>
 
 #include "FGPhysicalProperties.h"
 
@@ -121,7 +122,8 @@ public:
        return weather_station[nr];
     }
 
-    FGPhysicalProperties2D getFGPhysicalProperties2D(const unsigned int nr) const;
+    FGPhysicalProperties getFGPhysicalProperties(const unsigned int nr) const;
+    void getPosition(const unsigned int nr, sgVec2 pos) const;
 };
 
 /****************************************************************************/