]> git.mxchange.org Git - flightgear.git/blobdiff - src/Scenery/tileentry.hxx
Boris Koenig:
[flightgear.git] / src / Scenery / tileentry.hxx
index 21ecf3798bee1c0b095463463b5b8473df40cd35..de188cd90ee51bdfa3170423658c0995c938d996 100644 (file)
@@ -54,7 +54,13 @@ typedef vector < Point3D > point_list;
 typedef point_list::iterator point_list_iterator;
 typedef point_list::const_iterator const_point_list_iterator;
 
+
+class ssgLeaf;
+class ssgBranch;
 class ssgTransform;
+class ssgSelector;
+class ssgRangeSelector;
+class ssgVertexArray;
 class FGTileEntry;
 
 
@@ -253,6 +259,11 @@ public:
      */
     inline SGBucket get_tile_bucket() const { return tile_bucket; }
 
+    /**
+     * Apply ssgLeaf::makeDList to all leaf of a branch
+     */
+    void makeDList( ssgBranch *b );
+
     /**
      * Add terrain mesh and ground lighting to scene graph.
      */