Feature: Draw infinite water when all borders are water (#13289)

This commit is contained in:
Tyler Trahan
2025-09-26 10:37:27 -04:00
committed by dP
parent e6a05f57e0
commit 25ad0317fb
11 changed files with 105 additions and 24 deletions
+2
View File
@@ -33,6 +33,8 @@ uint8_t HighestSnowLine();
uint8_t LowestSnowLine();
void ClearSnowLine();
bool IsMapSurroundedByWater();
int GetSlopeZInCorner(Slope tileh, Corner corner);
std::tuple<Slope, int> GetFoundationSlope(TileIndex tile);