]> git.mxchange.org Git - flightgear.git/blobdiff - src/Model/model_panel.hxx
I have added Aaron Wilson's virtual 3d runway projection to the HUD.
[flightgear.git] / src / Model / model_panel.hxx
index 98b5ffe71633dab13c4b5f7957e40da8c8a2031e..ba6abf74198227956c5ea4ed8fe349c1bbc5d663 100644 (file)
 
 SG_USING_STD(vector);
 
-#include <plib/sg.h>
-#include <plib/ssg.h>
-
 #include <simgear/math/point3d.hxx>
 #include <simgear/props/props.hxx>
 
 
 // Don't pull in the headers, since we don't need them here.
 class ssgBranch;
-class ssgCutout;
 class ssgEntity;
 class ssgRangeSelector;
 class ssgSelector;
@@ -53,7 +49,7 @@ class FGLocation;
  * list wrapper to add animations to the model.
  *
  * Subsystems should not normally invoke this function directly;
- * instead, they should use the FGModelLoader declared in loader.hxx.
+ * instead, they should use the SGModelLoader declared in loader.hxx.
  */
 ssgBranch *fgLoad3DModelPanel( const string& fg_root, const string &path,
                                SGPropertyNode *prop_root,