* Open the sign list window * * @return newly opened sign list window, or nullptr if the window could not be opened. */
| 371 | * @return newly opened sign list window, or nullptr if the window could not be opened. |
| 372 | */ |
| 373 | Window *ShowSignList() |
| 374 | { |
| 375 | return AllocateWindowDescFront<SignListWindow>(_sign_list_desc, 0); |
| 376 | } |
| 377 | |
| 378 | /** |
| 379 | * Actually rename the sign. |
no outgoing calls
no test coverage detected