src/vehicle_gui.cpp
changeset 10229 fba3f9fa44d7
parent 10222 b6919c94cc77
child 10234 a7ffe39edea9
equal deleted inserted replaced
10228:a9b95e8981d6 10229:fba3f9fa44d7
  1435 extern void DrawRoadVehDetails(const Vehicle *v, int x, int y);
  1435 extern void DrawRoadVehDetails(const Vehicle *v, int x, int y);
  1436 extern void DrawShipDetails(const Vehicle *v, int x, int y);
  1436 extern void DrawShipDetails(const Vehicle *v, int x, int y);
  1437 extern void DrawAircraftDetails(const Vehicle *v, int x, int y);
  1437 extern void DrawAircraftDetails(const Vehicle *v, int x, int y);
  1438 
  1438 
  1439 /**
  1439 /**
  1440 * Draw the details for the given vehicle at the position (x,y) of the Details windows
  1440 * Draw the details for the given vehicle at the position (x, y) of the Details windows
  1441 *
  1441 *
  1442 * @param v current vehicle
  1442 * @param v current vehicle
  1443 * @param x The x coordinate
  1443 * @param x The x coordinate
  1444 * @param y The y coordinate
  1444 * @param y The y coordinate
  1445 * @param vscroll_pos (train only)
  1445 * @param vscroll_pos (train only)