]> git.tdb.fi Git - r2c2.git/blobdiff - source/libr2c2/trackiter.h
Limit timestep to 10 milliseconds
[r2c2.git] / source / libr2c2 / trackiter.h
index 1dce02a2a96346c9cd2a5e8aa322d8a54488b684..3a633867738b6aa52664130b524eef7a7efc42cf 100644 (file)
@@ -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: