src/aircraft.h
branchcpp_gui
changeset 6308 646711c5feaa
parent 6307 f40e88cff863
equal deleted inserted replaced
6307:f40e88cff863 6308:646711c5feaa
   107  * Updates the status of the Aircraft heading or in the station
   107  * Updates the status of the Aircraft heading or in the station
   108  * @param st Station been updated
   108  * @param st Station been updated
   109  */
   109  */
   110 void UpdateAirplanesOnNewStation(const Station *st);
   110 void UpdateAirplanesOnNewStation(const Station *st);
   111 
   111 
       
   112 /** Update cached values of an aircraft.
       
   113  * Currently caches callback 36 max speed.
       
   114  * @param v Vehicle
       
   115  */
       
   116 void UpdateAircraftCache(Vehicle *v);
       
   117 
   112 #endif /* AIRCRAFT_H */
   118 #endif /* AIRCRAFT_H */