(svn r17171) -Doc: Additions and corrections of various doxygen strings.

This commit is contained in:
alberth
2009-08-14 18:41:03 +00:00
parent ab9995ddbc
commit 4eb155ccfb
7 changed files with 21 additions and 14 deletions

View File

@@ -2121,6 +2121,10 @@ void SetRedErrorSquare(TileIndex tile)
}
}
/** Highlight \a w by \a h tiles at the cursor.
* @param w Width of the highlighted tiles rectangle.
* @param h Height of the highlighted tiles rectangle.
*/
void SetTileSelectSize(int w, int h)
{
_thd.new_size.x = w * TILE_SIZE;