File diff r4724:bb69fd326337 → r4725:3a289e38fda7
ship.h
Show inline comments
 
@@ -3,12 +3,13 @@
 
#ifndef SHIP_H
 
#define SHIP_H
 

	
 
#include "vehicle.h"
 

	
 
void CcCloneShip(bool success, TileIndex tile, uint32 p1, uint32 p2);
 
void RecalcShipStuff(Vehicle *v);
 

	
 
static inline bool IsShipInDepot(const Vehicle* v)
 
{
 
	assert(v->type == VEH_Ship);
 
	return v->u.ship.state == 0x80;
 
}