X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FAIModel%2FAICarrier.hxx;h=da3380502fc44e5e045b7c48b5e9b39071052162;hb=04f09258c4042105044e9095a0dbbbdc87a3b505;hp=9df40db41ebb3f2bd0060f39a7c39eeea5fffd65;hpb=2d6bf222acdb6de32d6dff07993dc340834dbfff;p=flightgear.git diff --git a/src/AIModel/AICarrier.hxx b/src/AIModel/AICarrier.hxx index 9df40db41..da3380502 100644 --- a/src/AIModel/AICarrier.hxx +++ b/src/AIModel/AICarrier.hxx @@ -58,6 +58,7 @@ public: void setMaxLong( double deg ); void setMinLong( double deg ); void setMPControl( bool c ); + void setAIControl( bool c ); void TurnToLaunch(); void TurnToRecover(); void TurnToBase();