Window * ShowSignList()
Open the sign list window.
void PlaceProc_Sign(TileIndex tile)
PlaceProc function, called when someone pressed the button if the sign-tool is selected.
void HandleClickOnSign(const Sign *si)
Handle clicking on a sign.
void DeleteRenameSignWindow(SignID sign)
Close the sign window associated with the given sign.
bool CompanyCanRenameSign(const Sign *si)
Check if the current company can rename a given sign.
void ShowRenameSignWindow(const Sign *si)
Show the window to change the text of a sign.
void UpdateAllSignVirtCoords()
Update the coordinates of all signs.
uint16_t SignID
The type of the IDs of signs.
Data structure for an opened window.