equal
deleted
inserted
replaced
246 const char *GetTypeString() const { return "train"; } |
246 const char *GetTypeString() const { return "train"; } |
247 void MarkDirty(); |
247 void MarkDirty(); |
248 void UpdateDeltaXY(Direction direction); |
248 void UpdateDeltaXY(Direction direction); |
249 ExpensesType GetExpenseType(bool income) const { return income ? EXPENSES_TRAIN_INC : EXPENSES_TRAIN_RUN; } |
249 ExpensesType GetExpenseType(bool income) const { return income ? EXPENSES_TRAIN_INC : EXPENSES_TRAIN_RUN; } |
250 WindowClass GetVehicleListWindowClass() const { return WC_TRAINS_LIST; } |
250 WindowClass GetVehicleListWindowClass() const { return WC_TRAINS_LIST; } |
|
251 void PlayLeaveStationSound() const; |
251 }; |
252 }; |
252 |
253 |
253 #endif /* TRAIN_H */ |
254 #endif /* TRAIN_H */ |