Add: Hotkey to focus the build object class name filter editbox.

This commit is contained in:
stormcone
2021-03-23 20:16:27 +01:00
committed by Michael Lutz
parent c56e9a546d
commit bde5396d11
2 changed files with 50 additions and 5 deletions

View File

@@ -18,6 +18,6 @@ void UpdateCompanyHQ(TileIndex tile, uint score);
void BuildObject(ObjectType type, TileIndex tile, CompanyID owner = OWNER_NONE, struct Town *town = nullptr, uint8 view = 0);
void ShowBuildObjectPicker();
Window *ShowBuildObjectPicker();
#endif /* OBJECT_H */