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