]> git.mxchange.org Git - flightgear.git/blobdiff - src/AIModel/AIShip.hxx
Roy Vegard Ovesen:
[flightgear.git] / src / AIModel / AIShip.hxx
index d4d29f0223340a001eb465898f608f4beccbb791..1fc583ca06321195c8f785a7de56fb75e54dbff2 100644 (file)
 #ifndef _FG_AISHIP_HXX
 #define _FG_AISHIP_HXX
 
-#include "AIManager.hxx"
 #include "AIBase.hxx"
-
+class FGAIManager;
 
 class FGAIShip : public FGAIBase {
        
 public:
        
-       FGAIShip();
+       FGAIShip(FGAIManager* mgr);
        ~FGAIShip();
        
        bool init();