src/ai/api/ai_map.hpp
branchnoai
changeset 9737 ee408edf3851
parent 9655 e8e43f333832
child 9829 80fbe02a4184
equal deleted inserted replaced
9736:183b38e0a480 9737:ee408edf3851
   120 	 * Destroy everything on the given tile.
   120 	 * Destroy everything on the given tile.
   121 	 * @param t the tile to destroy the stuff of.
   121 	 * @param t the tile to destroy the stuff of.
   122 	 * @pre t has to be valid (use IsValidTile(t)).
   122 	 * @pre t has to be valid (use IsValidTile(t)).
   123 	 * @return true if and only if the destruction succeeded
   123 	 * @return true if and only if the destruction succeeded
   124 	 */
   124 	 */
   125 	bool DemolishTile(TileIndex t);
   125 	static bool DemolishTile(TileIndex t);
   126 };
   126 };
   127 
   127 
   128 #endif /* AI_MAP_HPP */
   128 #endif /* AI_MAP_HPP */