(svn r23402) -Add: Function to check if a TileArea contains a tile. (michi_cc)

This commit is contained in:
terkhen
2011-12-03 20:19:33 +00:00
parent f41586224f
commit fa210ceace
2 changed files with 21 additions and 0 deletions

View File

@@ -48,6 +48,8 @@ struct TileArea {
bool Intersects(const TileArea &ta) const;
bool Contains(TileIndex tile) const;
void ClampToMap();
/**