]> git.mxchange.org Git - flightgear.git/blobdiff - src/FDM/YASim/FGGround.hpp
Fix bug 141, by ensuring certain subsystems are assigned to the 'post FDM' group...
[flightgear.git] / src / FDM / YASim / FGGround.hpp
index 3567c0217a8a4239024d854d161e7273787e1ed1..5f5c7e9464045b5a35f1cc439c75690288937071 100644 (file)
@@ -4,6 +4,7 @@
 #include "Ground.hpp"
 
 class FGInterface;
+class SGMaterial;
 
 namespace yasim {
 
@@ -18,6 +19,10 @@ public:
     virtual void getGroundPlane(const double pos[3],
                                 double plane[4], float vel[3]);
 
+    virtual void getGroundPlane(const double pos[3],
+                                double plane[4], float vel[3],
+                                const SGMaterial **material);
+
     virtual bool caughtWire(const double pos[4][3]);
 
     virtual bool getWire(double end[2][3], float vel[2][3]);