src/town.h
branchnoai
changeset 9701 d1ac22c62f64
parent 9694 e72987579514
child 9723 eee46cb39750
equal deleted inserted replaced
9700:e442ce398e83 9701:d1ac22c62f64
   157 	Town(TileIndex tile = 0);
   157 	Town(TileIndex tile = 0);
   158 
   158 
   159 	/** Destroy the town */
   159 	/** Destroy the town */
   160 	~Town();
   160 	~Town();
   161 
   161 
   162 	bool IsValid() const { return this->xy != 0; }
   162 	inline bool IsValid() const { return this->xy != 0; }
   163 
       
   164 	void QuickFree();
       
   165 };
   163 };
   166 
   164 
   167 struct HouseSpec {
   165 struct HouseSpec {
   168 	/* Standard properties */
   166 	/* Standard properties */
   169 	Year min_date;                     ///< introduction year of the house
   167 	Year min_date;                     ///< introduction year of the house