]> git.mxchange.org Git - flightgear.git/blobdiff - src/Main/renderer.hxx
Add a command to dump just the terrain portion of the scene graph to a .osg
[flightgear.git] / src / Main / renderer.hxx
index 3fb7e0f83da8a35fe00c8ab7521ea52d0e0b02d5..de21b932e3c501657b48b23539a8fef1c41cc0f2 100644 (file)
@@ -81,5 +81,6 @@ protected:
 };
 
 bool fgDumpSceneGraphToFile(const char* filename);
+bool fgDumpTerrainBranchToFile(const char* filename);
 
 #endif