src/town.h
branchNewGRF_ports
changeset 6800 6c09e1e86fcb
parent 6743 cabfaa4a0295
child 6868 7eb395287b3d
equal deleted inserted replaced
6799:2adc1052a548 6800:6c09e1e86fcb
   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 	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