src/town.h
changeset 10269 eb8e4225dbc6
parent 10208 72c00af5c95d
child 10270 dea184383ba1
equal deleted inserted replaced
10268:df4d17274ec6 10269:eb8e4225dbc6
   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);
   302 TileIndexDiff GetHouseNorthPart(HouseID &house);
   303 
   303 
   304 /**
   304 /**
   305  * Check if a TownID is valid.
   305  * Check if a TownID is valid.
   306  * @param index to inquiry in the pool of town
   306  * @param index to inquiry in the pool of town
   307  * @return true if it exists
   307  * @return true if it exists