equal
deleted
inserted
replaced
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 */ |