src/ship.h
changeset 6034 89a7d10fa75b
parent 5726 8f399788f6c9
child 6223 92d2073c3d7e
equal deleted inserted replaced
6033:9ea895a07d71 6034:89a7d10fa75b
     3 #ifndef SHIP_H
     3 #ifndef SHIP_H
     4 #define SHIP_H
     4 #define SHIP_H
     5 
     5 
     6 #include "vehicle.h"
     6 #include "vehicle.h"
     7 
     7 
       
     8 void CcBuildShip(bool success, TileIndex tile, uint32 p1, uint32 p2);
     8 void CcCloneShip(bool success, TileIndex tile, uint32 p1, uint32 p2);
     9 void CcCloneShip(bool success, TileIndex tile, uint32 p1, uint32 p2);
     9 void RecalcShipStuff(Vehicle *v);
    10 void RecalcShipStuff(Vehicle *v);
    10 
    11 
    11 static inline bool IsShipInDepot(const Vehicle* v)
    12 static inline bool IsShipInDepot(const Vehicle* v)
    12 {
    13 {