X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FAIModel%2FAITanker.hxx;h=ce4329a2c0a49b3ee29c89d71d650dd2692b0d83;hb=38226af24ec01e8f0a20d7fd73ef838a69f6ef25;hp=9114dc20072e285ad0bbbf64ecc86ec3a2f14218;hpb=ba8ed137cfd05f3112592ee2c87be08d4a2123c7;p=flightgear.git diff --git a/src/AIModel/AITanker.hxx b/src/AIModel/AITanker.hxx index 9114dc200..ce4329a2c 100644 --- a/src/AIModel/AITanker.hxx +++ b/src/AIModel/AITanker.hxx @@ -22,7 +22,7 @@ #ifndef FGAITANKER_HXX #define FGAITANKER_HXX -#include +#include "AIAircraft.hxx" /** * An AI tanker for air-air refueling. @@ -31,7 +31,7 @@ * is to have a clean generic AIAircraft class without any special functionality. In your * scenario specification use 'tanker' as the scenario type to use this class. * - * @author Thomas Förster + * @author Thomas F�ster */ class FGAITanker : public FGAIAircraft { @@ -52,7 +52,7 @@ private: bool contact; // set if this tanker is within fuelling range virtual void Run(double dt); - + virtual void update (double dt); }; #endif