X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FAIModel%2FAIBallistic.hxx;h=2d184b015537dae2237699c96a2a04486c63779a;hb=90b2d25671d60ff3c5561791676f27d31676904c;hp=f00e389d0986c0742a27fad2e2cd5b63185877ec;hpb=79e251383be10eee7314dc030bc5eaa4c034ce7b;p=flightgear.git diff --git a/src/AIModel/AIBallistic.hxx b/src/AIModel/AIBallistic.hxx index f00e389d0..2d184b015 100644 --- a/src/AIModel/AIBallistic.hxx +++ b/src/AIModel/AIBallistic.hxx @@ -31,8 +31,8 @@ #include "AIManager.hxx" #include "AIBase.hxx" -SG_USING_STD(vector); -SG_USING_STD(list); +using std::vector; +using std::list; class FGAIBallistic : public FGAIBase { @@ -43,6 +43,8 @@ public: void readFromScenario(SGPropertyNode* scFileNode); + virtual osg::Node* load3DModel(const string &path, + SGPropertyNode *prop_root); bool init(bool search_in_AI_path=false); virtual void bind(); virtual void unbind();