From 9ca4b629cd91c2749d9efafd752fc5175ebce5fd Mon Sep 17 00:00:00 2001 From: rubidium Date: Tue, 18 Jan 2011 23:09:43 +0000 Subject: (svn r21846) -Codechange: move documentation towards the code to make it more likely to be updated [o-s]. --- src/object.h | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'src/object.h') diff --git a/src/object.h b/src/object.h index 48f9b67c8..e0b0c8eee 100644 --- a/src/object.h +++ b/src/object.h @@ -16,23 +16,8 @@ #include "company_type.h" #include "object_type.h" -/** - * Update the CompanyHQ to the state associated with the given score - * @param tile The (northern) tile of the company HQ, or INVALID_TILE. - * @param score The current (performance) score of the company. - */ void UpdateCompanyHQ(TileIndex tile, uint score); -/** - * Actually build the object. - * @param type The type of object to build. - * @param tile The tile to build the northern tile of the object on. - * @param owner The owner of the object. - * @param town Town the tile is related with. - * @param view The view for the object. - * @pre All preconditions for building the object at that location - * are met, e.g. slope and clearness of tiles are checked. - */ void BuildObject(ObjectType type, TileIndex tile, CompanyID owner = OWNER_NONE, struct Town *town = NULL, uint8 view = 0); void PlaceProc_Object(TileIndex tile); -- cgit v1.2.3-70-g09d2