(svn r21843) -Codechange: move documentation towards the code to make it more likely to be updates [t-z].

This commit is contained in:
rubidium
2011-01-18 21:58:22 +00:00
parent b8c9988d9f
commit d89095b3ec
7 changed files with 77 additions and 88 deletions

View File

@@ -137,16 +137,8 @@ private:
int a_max, b_max; ///< The (rotated) x and y coordinates of the end of the iteration.
public:
/**
* Construct the iterator.
* @param begin Tile from where to begin iterating.
* @param end Tile where to end the iterating.
*/
DiagonalTileIterator(TileIndex begin, TileIndex end);
/**
* Move ourselves to the next tile in the rectange on the map.
*/
TileIterator& operator ++();
};