src/vehicle_gui.h
changeset 8602 9e75e594a068
parent 7982 539e32cc37ce
child 8640 1e93b81e96d2
equal deleted inserted replaced
8601:6b2ddb5baade 8602:9e75e594a068
     3 /** @file vehicle_gui.h */
     3 /** @file vehicle_gui.h */
     4 
     4 
     5 #ifndef VEHICLE_GUI_H
     5 #ifndef VEHICLE_GUI_H
     6 #define VEHICLE_GUI_H
     6 #define VEHICLE_GUI_H
     7 
     7 
     8 #include "window.h"
     8 #include "window_gui.h"
     9 #include "vehicle.h"
     9 #include "vehicle.h"
    10 
    10 
    11 void DrawVehicleProfitButton(const Vehicle *v, int x, int y);
    11 void DrawVehicleProfitButton(const Vehicle *v, int x, int y);
    12 void ShowVehicleRefitWindow(const Vehicle *v, VehicleOrderID order);
    12 void ShowVehicleRefitWindow(const Vehicle *v, VehicleOrderID order);
    13 void InitializeVehiclesGuiList();
    13 void InitializeVehiclesGuiList();