]> git.mxchange.org Git - flightgear.git/blobdiff - src/FDM/YASim/Wing.hpp
Moved JSBSim.hxx to src/FDM/JSBSim/
[flightgear.git] / src / FDM / YASim / Wing.hpp
index b448f83fa018d3426b6e761bc945ab965592c665..f6353ddc9c28a49942f5f4a424295ada9e74c0cb 100644 (file)
@@ -1,7 +1,7 @@
 #ifndef _WING_HPP
 #define _WING_HPP
 
-#include "util/Vector.hpp"
+#include "Vector.hpp"
 
 namespace yasim {
 
@@ -44,6 +44,10 @@ public:
     // Compile the thing into a bunch of Surface objects
     void compile();
 
+    void getTip(float* tip);
+
+    bool isMirrored();
+
     // Ground effect information
     float getGroundEffect(float* posOut);