X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Flibr2c2%2Faicontrol.h;fp=source%2Flibr2c2%2Faicontrol.h;h=154a2ea5a78ee4ba1ddda9389a12ec47e4ebba4c;hb=d0af7846e05691d65d8021e46c8f81e8ca05199a;hp=7560b99915542c8a1814ef598176ace8205f6588;hpb=66c2c7ca5a4bd369293959bc211b040834343381;p=r2c2.git diff --git a/source/libr2c2/aicontrol.h b/source/libr2c2/aicontrol.h index 7560b99..154a2ea 100644 --- a/source/libr2c2/aicontrol.h +++ b/source/libr2c2/aicontrol.h @@ -37,7 +37,7 @@ public: virtual void tick(const Msp::Time::TimeStamp &, const Msp::Time::TimeDelta &); private: - void arrived(); + void event(TrainAI &, const Message &); }; } // namespace R2C2