(svn r27346) -Feature: Make the object placement gui an independent window.

This commit is contained in:
alberth
2015-07-28 18:20:54 +00:00
parent a62468bed6
commit 4f49d636c1
3 changed files with 28 additions and 40 deletions

View File

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