OpenTTD Source 20241224-master-gf74b0cf984
ship_gui.cpp File Reference

GUI for ships. More...

#include "stdafx.h"
#include "vehicle_base.h"
#include "window_gui.h"
#include "gfx_func.h"
#include "vehicle_gui.h"
#include "strings_func.h"
#include "vehicle_func.h"
#include "spritecache.h"
#include "zoom_func.h"
#include "table/strings.h"
#include "safeguards.h"

Go to the source code of this file.

Functions

void DrawShipImage (const Vehicle *v, const Rect &r, VehicleID selection, EngineImageType image_type)
 Draws an image of a ship.
 
void DrawShipDetails (const Vehicle *v, const Rect &r)
 Draw the details for the given vehicle at the given position.
 

Detailed Description

GUI for ships.

Definition in file ship_gui.cpp.

Function Documentation

◆ DrawShipDetails()

◆ DrawShipImage()