]> git.tdb.fi Git - r2c2.git/blobdiff - source/libr2c2/timetable.h
Make use of the geometry part of libmspmath
[r2c2.git] / source / libr2c2 / timetable.h
index b2f4fae1e2dd3ddf2cd70385dd8752b55d09817b..92a4d65fa92b5b15f2674a2df22e67853d008366 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of R²C²
-Copyright © 2010-2011  Mikkosoft Productions, Mikko Rasa
-Distributed under the GPL
-*/
-
 #ifndef LIBR2C2_TIMETABLE_H_
 #define LIBR2C2_TIMETABLE_H_
 
@@ -36,7 +29,6 @@ public:
                void route(const std::string &);
                void reverse();
                void speed(unsigned);
-               void tag(const std::string &);
                void travel_to(unsigned);
                void travel_past(unsigned);
                void wait(unsigned);
@@ -111,7 +103,7 @@ private:
        void block_state_changed(Block &, Block::State);
        void block_reserved(Block &, Train *);
        void train_advanced(Block &);
-       void train_arrived();
+       void event(TrainAI &, const Message &);
 };
 
 } // namespace R2C2