X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Flibr2c2%2Faicontrol.h;h=a9f9de14c92c0bff35ab3dfb1357486eb524d075;hb=f7ab597d035a053311c1a8c5baa51b090262f045;hp=7560b99915542c8a1814ef598176ace8205f6588;hpb=d15ac13f2e170f155b4bbd124df48400c339b644;p=r2c2.git diff --git a/source/libr2c2/aicontrol.h b/source/libr2c2/aicontrol.h index 7560b99..a9f9de1 100644 --- a/source/libr2c2/aicontrol.h +++ b/source/libr2c2/aicontrol.h @@ -34,10 +34,11 @@ public: bool get_reverse() const { return reverse; } virtual void message(const Message &); - virtual void tick(const Msp::Time::TimeStamp &, const Msp::Time::TimeDelta &); + virtual void tick(const Msp::Time::TimeDelta &); + virtual bool has_intent_to_move() const; private: - void arrived(); + void event(TrainAI &, const Message &); }; } // namespace R2C2