]> git.tdb.fi Git - r2c2.git/blobdiff - source/libr2c2/layout.h
Make use of the mspmath library
[r2c2.git] / source / libr2c2 / layout.h
index c32795594bd253b43d03299e0dfe2e30f3b74d81..48a2796dcb7003affb134f99471e03ebcefb3324 100644 (file)
@@ -6,6 +6,7 @@
 #include <msp/datafile/objectloader.h>
 #include <msp/time/timestamp.h>
 #include "block.h"
+#include "geometry.h"
 
 namespace R2C2 {
 
@@ -16,7 +17,6 @@ class Route;
 class Signal;
 class Track;
 class Train;
-class Vector;
 class Vehicle;
 class Zone;
 
@@ -31,7 +31,6 @@ public:
        public:
                Loader(Layout &);
        private:
-               virtual void finish();
                void route();
                void route(const std::string &);
                void signal(ArticleNumber);