]> git.mxchange.org Git - flightgear.git/blobdiff - src/Main/logger.hxx
Curtis found another inconsistency in the sky repaint check. I am afraid that adding...
[flightgear.git] / src / Main / logger.hxx
index b585210d9033fc3531524444e0456029a1f1706c..4818e44f087a414c70b50e81ebb1e045256cedf9 100644 (file)
 #  include <config.h>
 #endif
 
+#include <iostream>
+#include <vector>
+
 #include <simgear/compiler.h>
 #include <simgear/debug/logstream.hxx>
 #include <simgear/misc/exception.hxx>
-#include <simgear/misc/props.hxx>
+#include <simgear/props/props.hxx>
 
-#ifndef SG_HAVE_NATIVE_SGI_COMPILERS
-#include <iostream>
 SG_USING_STD(ostream);
-#endif
-
-#include <vector>
 SG_USING_STD(vector);
 
 #include "fgfs.hxx"
@@ -42,6 +40,7 @@ public:
 
                                // Implementation of FGSubsystem
   virtual void init ();
+  virtual void reinit ();
   virtual void bind ();
   virtual void unbind ();
   virtual void update (double dt);