]> git.mxchange.org Git - flightgear.git/blobdiff - src/Model/model_panel.hxx
Modified Files:
[flightgear.git] / src / Model / model_panel.hxx
index 98b5ffe71633dab13c4b5f7957e40da8c8a2031e..0c1c34a14739ee80fdf4328a89064c334ce00f35 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;
-class ssgTransform;
 
 class SGInterpTable;
 class FGCondition;
@@ -53,11 +44,11 @@ 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,
+osg::Node *fgLoad3DModelPanel( const string& fg_root, const string &path,
                                SGPropertyNode *prop_root,
-                               double sim_time_sec );
+                               double sim_time_sec, const SGPath& livery );
 
 
 #endif // __MODEL_HXX