src/aircraft.h
changeset 7630 2cd754d7dfa4
parent 7269 c7f39d91255e
child 7631 e810ef25497e
--- a/src/aircraft.h	Sun Jul 01 18:12:59 2007 +0000
+++ b/src/aircraft.h	Sun Jul 01 19:11:47 2007 +0000
@@ -136,6 +136,7 @@
 	ExpensesType GetExpenseType(bool income) const { return income ? EXPENSES_AIRCRAFT_INC : EXPENSES_AIRCRAFT_RUN; }
 	WindowClass GetVehicleListWindowClass() const { return WC_AIRCRAFT_LIST; }
 	bool IsPrimaryVehicle() const { return IsNormalAircraft(this); }
+	int GetImage(Direction direction) const;
 };
 
 #endif /* AIRCRAFT_H */