summaryrefslogtreecommitdiff
path: root/src/tilearea_type.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tilearea_type.h')
-rw-r--r--src/tilearea_type.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tilearea_type.h b/src/tilearea_type.h
index 46a093fc6..5826ce116 100644
--- a/src/tilearea_type.h
+++ b/src/tilearea_type.h
@@ -48,6 +48,8 @@ struct TileArea {
bool Intersects(const TileArea &ta) const;
+ bool Contains(TileIndex tile) const;
+
void ClampToMap();
/**