X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FModel%2Fmodel_panel.hxx;h=dcf41dd95334a676cf4c0542e165975fcd4e24f4;hb=d2799cd8321e964ecc87e5deb9a4c61c3c12e69c;hp=ba6abf74198227956c5ea4ed8fe349c1bbc5d663;hpb=409dee5a9d3348babe750413a81191fa090d5926;p=flightgear.git diff --git a/src/Model/model_panel.hxx b/src/Model/model_panel.hxx index ba6abf741..dcf41dd95 100644 --- a/src/Model/model_panel.hxx +++ b/src/Model/model_panel.hxx @@ -12,18 +12,12 @@ #include -SG_USING_STD(vector); +using std::vector; -#include #include // Don't pull in the headers, since we don't need them here. -class ssgBranch; -class ssgEntity; -class ssgRangeSelector; -class ssgSelector; -class ssgTransform; class SGInterpTable; class FGCondition; @@ -51,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