#include "vehicle_base.h"
#include "engine.h"
#include "economy_func.h"
Go to the source code of this file.
Data Structures | |
struct | Ship |
This class 'wraps' Vehicle; you do not actually instantiate this class. More... | |
Functions | |
void | CcBuildShip (bool success, TileIndex tile, uint32 p1, uint32 p2) |
void | RecalcShipStuff (Vehicle *v) |
void | GetShipSpriteSize (EngineID engine, uint &width, uint &height) |
Get the size of the sprite of a ship sprite heading west (used for lists). |
Definition in file ship.h.
void GetShipSpriteSize | ( | EngineID | engine, | |
uint & | width, | |||
uint & | height | |||
) |
Get the size of the sprite of a ship sprite heading west (used for lists).
engine | The engine to get the sprite from | |
width | The width of the sprite | |
height | The height of the sprite |
Definition at line 78 of file ship_cmd.cpp.
References DIR_W.