(svn r6644) -Fix(r6637): remove inline to allow MSVC compilation
-Fix(r5124): Add aircraft.h to MSVC projects
This commit is contained in:
@@ -21,6 +21,6 @@ static inline bool IsAircraftInHangarStopped(const Vehicle* v)
|
||||
uint16 AircraftDefaultCargoCapacity(CargoID cid, EngineID engine_type);
|
||||
|
||||
void CcCloneAircraft(bool success, TileIndex tile, uint32 p1, uint32 p2);
|
||||
inline void HandleAircraftEnterHangar(Vehicle *v);
|
||||
void HandleAircraftEnterHangar(Vehicle *v);
|
||||
|
||||
#endif /* AIRCRAFT_H */
|
||||
|
||||
Reference in New Issue
Block a user