MCPcopy Create free account
hub / github.com/OpenTTD/OpenTTD / ToolbarSubsidiesClick

Function ToolbarSubsidiesClick

src/toolbar_gui.cpp:515–519  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

513/* --- Subidies button menu --- */
514
515static CallBackFunction ToolbarSubsidiesClick(Window *w)
516{
517 PopupMainToolbarMenu(w, WID_TN_SUBSIDIES, {STR_SUBSIDIES_MENU_SUBSIDIES});
518 return CBF_NONE;
519}
520
521/**
522 * Handle click on the entry in the Subsidies menu.

Callers

nothing calls this directly

Calls 1

PopupMainToolbarMenuFunction · 0.85

Tested by

no test coverage detected