summaryrefslogtreecommitdiff
path: root/src/object.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2010-08-28 19:43:41 +0000
committerrubidium <rubidium@openttd.org>2010-08-28 19:43:41 +0000
commit7b16c7650bb5df437f7ba98acb1fdd917f4b8177 (patch)
treefadde11668192305b36cac77de20302729b8c827 /src/object.h
parent2d10b0f11d0300eebabccb48399f35c9acb55be0 (diff)
downloadopenttd-7b16c7650bb5df437f7ba98acb1fdd917f4b8177.tar.xz
(svn r20670) -Add: support for action F
-Add: a window to select (NewGRF) objects
Diffstat (limited to 'src/object.h')
-rw-r--r--src/object.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/object.h b/src/object.h
index 834cd8c9a..4ec12ceee 100644
--- a/src/object.h
+++ b/src/object.h
@@ -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 */