0x0043228E
| 330 | |
| 331 | // 0x0043228E |
| 332 | static void onDropdown(Window& self, WidgetIndex_t widgetIndex, [[maybe_unused]] const WidgetId id, int16_t itemIndex) |
| 333 | { |
| 334 | if (widgetIndex == Common::widx::company_select) |
| 335 | { |
| 336 | Common::switchCompany(&self, itemIndex); |
| 337 | } |
| 338 | } |
| 339 | |
| 340 | // 0x004325DF |
| 341 | static void renameCompanyOwnerName(Window* self, const char* input) |
nothing calls this directly
no test coverage detected