summaryrefslogtreecommitdiff
path: root/src/tilearea_type.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2011-01-18 21:58:22 +0000
committerrubidium <rubidium@openttd.org>2011-01-18 21:58:22 +0000
commitd89095b3ecb9c326e169db33294efac9b818276a (patch)
treebc0ddca8ec8e962661a163d261e655f9acb69bfa /src/tilearea_type.h
parentb8c9988d9fce02a3bfb958b0ebc7cf39961ef10c (diff)
downloadopenttd-d89095b3ecb9c326e169db33294efac9b818276a.tar.xz
(svn r21843) -Codechange: move documentation towards the code to make it more likely to be updates [t-z].
Diffstat (limited to 'src/tilearea_type.h')
-rw-r--r--src/tilearea_type.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/tilearea_type.h b/src/tilearea_type.h
index 23813eeb8..219416acf 100644
--- a/src/tilearea_type.h
+++ b/src/tilearea_type.h
@@ -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 ++();
};