X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FAIModel%2FAIAircraft.hxx;h=ea99462d8b5ff1b7984338f0501366e7f352acd4;hb=38226af24ec01e8f0a20d7fd73ef838a69f6ef25;hp=1d81037261786083a450dcd3501a16971cda5d60;hpb=6ff61836fe1d24842849a2aa3e6f1b0008fca950;p=flightgear.git diff --git a/src/AIModel/AIAircraft.hxx b/src/AIModel/AIAircraft.hxx index 1d8103726..ea99462d8 100644 --- a/src/AIModel/AIAircraft.hxx +++ b/src/AIModel/AIAircraft.hxx @@ -94,6 +94,7 @@ public: inline double airspeed() const { return props->getFloatValue("velocities/airspeed-kt");}; std::string atGate(); + void checkTcas(); protected: void Run(double dt);