]> git.tdb.fi Git - r2c2.git/blobdiff - source/libr2c2/route.h
Strip Id tags and copyright notices from files
[r2c2.git] / source / libr2c2 / route.h
index 86a0f61780e1423ec68a1644f160f77bb9e55bb2..4f5d0564934e665bbc86c9c7f0827965141e535e 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of R²C²
-Copyright © 2007-2010  Mikkosoft Productions, Mikko Rasa
-Distributed under the GPL
-*/
-
 #ifndef LIBR2C2_ROUTE_H_
 #define LIBR2C2_ROUTE_H_
 
@@ -19,6 +12,7 @@ namespace R2C2 {
 class Layout;
 class Track;
 class TrackIter;
+class Zone;
 
 class Route: public sigc::trackable
 {
@@ -72,6 +66,7 @@ private:
 public:
        static Route *find(const TrackIter &, Track &);
        static Route *find(const TrackIter &, const Route &);
+       static Route *find(const TrackIter &, const Zone &);
        static Route *find(const TrackIter &, const std::set<Track *> &);
 };