src/vehicle_func.h
changeset 8350 8979cccdbed2
parent 8317 539038de35cb
child 8773 1fabd174dbc8
equal deleted inserted replaced
8349:e61105cb1f87 8350:8979cccdbed2
   131  * @param v Vehicle to get colour map for
   131  * @param v Vehicle to get colour map for
   132  * @return A ready-to-use palette modifier
   132  * @return A ready-to-use palette modifier
   133  */
   133  */
   134 SpriteID GetVehiclePalette(const Vehicle *v);
   134 SpriteID GetVehiclePalette(const Vehicle *v);
   135 
   135 
   136 /* A lot of code calls for the invalidation of the status bar, which is widget 5.
       
   137  * Best is to have a virtual value for it when it needs to change again */
       
   138 #define STATUS_BAR 5
       
   139 
       
   140 extern const uint32 _veh_build_proc_table[];
   136 extern const uint32 _veh_build_proc_table[];
   141 extern const uint32 _veh_sell_proc_table[];
   137 extern const uint32 _veh_sell_proc_table[];
   142 extern const uint32 _veh_refit_proc_table[];
   138 extern const uint32 _veh_refit_proc_table[];
   143 extern const uint32 _send_to_depot_proc_table[];
   139 extern const uint32 _send_to_depot_proc_table[];
   144 
   140