1 #ifndef LIBR2C2_TRAINSTATUS_H_
2 #define LIBR2C2_TRAINSTATUS_H_
5 #include <sigc++/signal.h>
13 Provides textual description of the status of a train.
15 class TrainStatus: public TrainAI
18 sigc::signal<void, const std::string &> signal_changed;
27 const std::string &get_status() const { return status; }
28 void tick(const Msp::Time::TimeDelta &);