]> git.mxchange.org Git - flightgear.git/blobdiff - src/Main/renderer.hxx
Modified Files:
[flightgear.git] / src / Main / renderer.hxx
index 7bc54bfe94caa1f984847dc8e46ef19ac9bfc3f7..ea14d353405173aeb3e87bc5a9b92b7bcb452874 100644 (file)
@@ -54,7 +54,8 @@ public:
     /** Just pick into the scene and return the pick callbacks on the way ...
      */
     static bool pick( unsigned x, unsigned y,
-                      std::vector<SGSceneryPick>& pickList );
+                      std::vector<SGSceneryPick>& pickList,
+                      const osgGA::GUIEventAdapter* ea );
 
     /** Get and set the OSG Viewer object, if any.
      */
@@ -74,4 +75,6 @@ protected:
     osg::ref_ptr<FGManipulator> manipulator;
 };
 
+bool fgDumpSceneGraphToFile(const char* filename);
+
 #endif