(svn r20670) -Add: support for action F

-Add: a window to select (NewGRF) objects
This commit is contained in:
rubidium
2010-08-28 19:43:41 +00:00
parent 2d10b0f11d
commit 7b16c7650b
13 changed files with 396 additions and 3 deletions

View File

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