]> git.mxchange.org Git - flightgear.git/blobdiff - src/FDM/YASim/Ground.hpp
YASim airborne start-up
[flightgear.git] / src / FDM / YASim / Ground.hpp
index 4fbcf740064ef4af3d563d9083811966ce176f73..436c6e757b16b231c8f790508c888f1946d944a2 100644 (file)
@@ -1,7 +1,9 @@
 #ifndef _GROUND_HPP
 #define _GROUND_HPP
 
-class SGMaterial;
+namespace simgear {
+class BVHMaterial;
+}
 namespace yasim {
 
 class Ground {
@@ -13,8 +15,8 @@ public:
                                 double plane[4], float vel[3]);
 
     virtual void getGroundPlane(const double pos[3],
-                              double plane[4], float vel[3],
-                              int *type, const SGMaterial **material);
+                                double plane[4], float vel[3],
+                                const simgear::BVHMaterial **material);
 
     virtual bool caughtWire(const double pos[4][3]);