X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;ds=sidebyside;f=source%2Flibr2c2%2Froute.h;h=4f5d0564934e665bbc86c9c7f0827965141e535e;hb=4236c30c0a7a48854e9634e9ad7d8d6e0fd243a3;hp=86a0f61780e1423ec68a1644f160f77bb9e55bb2;hpb=1ff06c5bc46a677fa389ef86c6b26664368f1653;p=r2c2.git diff --git a/source/libr2c2/route.h b/source/libr2c2/route.h index 86a0f61..4f5d056 100644 --- a/source/libr2c2/route.h +++ b/source/libr2c2/route.h @@ -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 &); };