Fix return type of citymania::ShowExtraViewportWindow

This commit is contained in:
dP
2022-08-29 14:00:54 +03:00
parent 42c0217fdf
commit 4084235066

View File

@@ -56,7 +56,7 @@ void ShowEstimatedCostOrIncome(Money cost, int x, int y);
void ShowExtraViewportWindow(TileIndex tile = INVALID_TILE);
namespace citymania {
Window *ShowExtraViewportWindow(int x, int y, int z);
void ShowExtraViewportWindow(int x, int y, int z);
}
void ShowExtraViewportWindowForTileUnderCursor();