]> git.mxchange.org Git - flightgear.git/blobdiff - src/AIModel/AIBase.hxx
Remove hard-coded values wherever possible;
[flightgear.git] / src / AIModel / AIBase.hxx
index fb845bd4158bb811bb87a7032742f4c6c7702f6f..726ce303bef95d5d008609686c5d2757b84b7cd5 100644 (file)
@@ -43,6 +43,7 @@ using std::list;
 class SGMaterial;
 class FGAIManager;
 class FGAIFlightPlan;
+class FGFX;
 
 class FGAIBase : public SGReferenced {
 
@@ -225,6 +226,7 @@ private:
     object_type _otype;
     bool _initialized;
     osg::ref_ptr<osg::LOD> _model; //The 3D model LOD object
+    SGSharedPtr<FGFX>  _fx;
 
 public:
     object_type getType();