src/town.h
branchnoai
changeset 11126 72d4c9314c72
parent 10867 5de2923d6e59
equal deleted inserted replaced
11111:1b984dab8cec 11126:72d4c9314c72
   297 {
   297 {
   298 	assert(house_id < HOUSE_MAX);
   298 	assert(house_id < HOUSE_MAX);
   299 	return &_house_specs[house_id];
   299 	return &_house_specs[house_id];
   300 }
   300 }
   301 
   301 
       
   302 TileIndex GetHouseNorthPart(HouseID &house);
       
   303 
   302 /**
   304 /**
   303  * Check if a TownID is valid.
   305  * Check if a TownID is valid.
   304  * @param index to inquiry in the pool of town
   306  * @param index to inquiry in the pool of town
   305  * @return true if it exists
   307  * @return true if it exists
   306  */
   308  */