X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Flibr2c2%2Faicontrol.h;h=a9f9de14c92c0bff35ab3dfb1357486eb524d075;hb=528c4f8760ac54fb2d1f3002248ecf6774956030;hp=b0c53d59ce088becb05c853c708e711bcd6cedad;hpb=9f4f169affcedcf249e935f93e0a15ed60232f6a;p=r2c2.git diff --git a/source/libr2c2/aicontrol.h b/source/libr2c2/aicontrol.h index b0c53d5..a9f9de1 100644 --- a/source/libr2c2/aicontrol.h +++ b/source/libr2c2/aicontrol.h @@ -35,6 +35,7 @@ public: virtual void message(const Message &); virtual void tick(const Msp::Time::TimeDelta &); + virtual bool has_intent_to_move() const; private: void event(TrainAI &, const Message &);