src/aircraft.h
branchNewGRF_ports
changeset 6720 35756db7e577
parent 6719 4cc327ad39d5
child 6734 6e4db2fda167
equal deleted inserted replaced
6719:4cc327ad39d5 6720:35756db7e577
   134 	void MarkDirty();
   134 	void MarkDirty();
   135 	void UpdateDeltaXY(Direction direction);
   135 	void UpdateDeltaXY(Direction direction);
   136 	ExpensesType GetExpenseType(bool income) const { return income ? EXPENSES_AIRCRAFT_INC : EXPENSES_AIRCRAFT_RUN; }
   136 	ExpensesType GetExpenseType(bool income) const { return income ? EXPENSES_AIRCRAFT_INC : EXPENSES_AIRCRAFT_RUN; }
   137 	WindowClass GetVehicleListWindowClass() const { return WC_AIRCRAFT_LIST; }
   137 	WindowClass GetVehicleListWindowClass() const { return WC_AIRCRAFT_LIST; }
   138 	bool IsPrimaryVehicle() const { return IsNormalAircraft(this); }
   138 	bool IsPrimaryVehicle() const { return IsNormalAircraft(this); }
       
   139 	int GetImage(Direction direction) const;
       
   140 	void Tick();
   139 };
   141 };
   140 
   142 
   141 #endif /* AIRCRAFT_H */
   143 #endif /* AIRCRAFT_H */