]> git.mxchange.org Git - flightgear.git/blobdiff - src/AIModel/AIBallistic.hxx
assign a unique module name to ai/mp embedded nasal (again): __model%u
[flightgear.git] / src / AIModel / AIBallistic.hxx
index f00e389d0986c0742a27fad2e2cd5b63185877ec..2d184b015537dae2237699c96a2a04486c63779a 100644 (file)
@@ -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();