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