]> git.mxchange.org Git - flightgear.git/blobdiff - src/Scenery/tilemgr.hxx
Allow using the system version of flite and the HTS engine
[flightgear.git] / src / Scenery / tilemgr.hxx
index 1f7627c043f77a4474d0e2a7df75129dbd6e6a98..6931d4acca956d3145d61b0dcc60f346534f6e1e 100644 (file)
@@ -29,7 +29,6 @@
 #include <simgear/structure/subsystem_mgr.hxx>
 #include <simgear/bucket/newbucket.hxx>
 #include "SceneryPager.hxx"
-#include "tileentry.hxx"
 #include "tilecache.hxx"
 
 namespace osg
@@ -76,7 +75,11 @@ private:
      */
     TileCache tile_cache;
     simgear::SGTerraSync* _terra_sync;
-
+    
+    class TileManagerListener;
+    friend class TileManagerListener;
+    TileManagerListener* _listener;
+    
     // update various queues internal queues
     void update_queues(bool& isDownloadingScenery);