]> git.mxchange.org Git - flightgear.git/blobdiff - src/Instrumentation/groundradar.hxx
Merge branch 'maint' into next
[flightgear.git] / src / Instrumentation / groundradar.hxx
index 8839143faf32e8d679ae78237844af29e0ae565c..64cbd04a6fe5b90022eb8533e1a25b0c07597f51 100644 (file)
@@ -25,6 +25,9 @@
 #include <simgear/props/props.hxx>
 #include "od_gauge.hxx"
 
+// forward decls
+class FGRunwayBase;
+
 ////////////////////////////////////////////////////////////////////////
 // Built-in layer for the atc radar.
 ////////////////////////////////////////////////////////////////////////
@@ -39,7 +42,9 @@ public:
 
 protected:
     void createTexture(const char* texture_name);
-
+    
+    void addRunwayVertices(const FGRunwayBase* aRunway, double aTowerLat, double aTowerLon, double aScale, osg::Vec3Array* aVertices);
+    
     osg::ref_ptr<osg::Geometry> _geom;
     SGPropertyNode_ptr _airport_node;
     SGPropertyNode_ptr _range_node;