X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Flibr2c2%2Ftrackiter.h;h=3a633867738b6aa52664130b524eef7a7efc42cf;hb=9a7097fed866060efb8738f8b2f17d5c96a6c980;hp=1dce02a2a96346c9cd2a5e8aa322d8a54488b684;hpb=1ff06c5bc46a677fa389ef86c6b26664368f1653;p=r2c2.git diff --git a/source/libr2c2/trackiter.h b/source/libr2c2/trackiter.h index 1dce02a..3a63386 100644 --- a/source/libr2c2/trackiter.h +++ b/source/libr2c2/trackiter.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of R²C² -Copyright © 2010 Mikkosoft Productions, Mikko Rasa -Distributed under the GPL -*/ - #ifndef LIBR2C2_TRACKITER_H_ #define LIBR2C2_TRACKITER_H_ @@ -14,6 +7,7 @@ Distributed under the GPL namespace R2C2 { +class BlockIter; class Track; /** @@ -31,6 +25,7 @@ public: Track *track() const { return _track; } unsigned entry() const { return _entry; } + BlockIter block_iter() const; const TrackType::Endpoint &endpoint() const; private: