File diff r12029:5b077ec055c0 → r12030:bf346482c342
src/ship.h
Show inline comments
 
@@ -49,4 +49,6 @@ struct Ship: public SpecializedVehicle<S
 
	bool FindClosestDepot(TileIndex *location, DestinationID *destination, bool *reverse);
 
};
 

	
 
#define FOR_ALL_SHIPS(var) FOR_ALL_VEHICLES_OF_TYPE(Ship, var)
 

	
 
#endif /* SHIP_H */