X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=simgear%2Fscene%2Ftgdb%2Fapt_signs.hxx;h=8e3718a4d04be23613b25596732e016bf7b7da5e;hb=d4c7e950927b1e19a7a7622a7919f32233a6b7a8;hp=743d7765462bf0737c4c60ecf83f9ff9b21fb06e;hpb=dcb95d131bc6aef1abe25d1f415e309f06e52436;p=simgear.git diff --git a/simgear/scene/tgdb/apt_signs.hxx b/simgear/scene/tgdb/apt_signs.hxx index 743d7765..8e3718a4 100644 --- a/simgear/scene/tgdb/apt_signs.hxx +++ b/simgear/scene/tgdb/apt_signs.hxx @@ -32,23 +32,23 @@ #include -#include STL_STRING +#include -#include // plib include +#include class SGMaterialLib; // forward declaration -SG_USING_STD(string); +using std::string; -// Generate a taxi sign -ssgBranch *sgMakeTaxiSign( SGMaterialLib *matlib, - const string path, const string content ); +// Generate a generic sign +osg::Node* SGMakeSign( SGMaterialLib *matlib, + const string& path, const string& content ); // Generate a runway sign -ssgBranch *sgMakeRunwaySign( SGMaterialLib *matlib, - const string path, const string name ); +osg::Node* SGMakeRunwaySign( SGMaterialLib *matlib, + const string& path, const string& name ); #endif // _SG_APT_SIGNS_HXX