]> git.mxchange.org Git - simgear.git/blobdiff - simgear/ephemeris/saturn.hxx
Added gdbm to SimGear. Many systems will already have gdbm installed so
[simgear.git] / simgear / ephemeris / saturn.hxx
index 4cf4d004e45bfce7d7b797d1ca05ce0b5b40f9c8..1b5033772fec4008a5bf265fec7eac5f03bf225a 100644 (file)
@@ -32,6 +32,7 @@ class Saturn : public CelestialBody
 {
 public:
   Saturn ( FGTime *t);
+  Saturn ();
   void updatePosition(FGTime *t, Star *ourSun);
 };