]> git.mxchange.org Git - flightgear.git/blobdiff - src/Model/model_panel.hxx
another attempt at getting something useful without any result.
[flightgear.git] / src / Model / model_panel.hxx
index fb0554e115ce768986f50163f4ef57bcdff49cfb..dcf41dd95334a676cf4c0542e165975fcd4e24f4 100644 (file)
 
 #include <vector>
 
-SG_USING_STD(vector);
+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;
@@ -55,9 +45,7 @@ class FGLocation;
  * Subsystems should not normally invoke this function directly;
  * instead, they should use the SGModelLoader declared in loader.hxx.
  */
-ssgBranch *fgLoad3DModelPanel( const string& fg_root, const string &path,
-                               SGPropertyNode *prop_root,
-                               double sim_time_sec );
+osg::Node *fgLoad3DModelPanel( const string &path, SGPropertyNode *prop_root);
 
 
 #endif // __MODEL_HXX