]> git.mxchange.org Git - flightgear.git/blobdiff - src/Instrumentation/mag_compass.hxx
Support for multiple data dirs.
[flightgear.git] / src / Instrumentation / mag_compass.hxx
index 474babdafa0f26ddcdeb33a708bbe49831d6f000..91af5c056cd696d396b9f42549528005caab3d3e 100644 (file)
@@ -44,6 +44,7 @@ public:
     virtual ~MagCompass ();
 
     virtual void init ();
+    virtual void reinit ();
     virtual void update (double dt);
 
 private: