bridge.h
changeset 3933 231ae3c419f4
parent 3636 a36cc46e754d
child 3977 513433ebd092
equal deleted inserted replaced
3932:dfe10fa5ce4f 3933:231ae3c419f4
    25 
    25 
    26 extern const Bridge orig_bridge[MAX_BRIDGES];
    26 extern const Bridge orig_bridge[MAX_BRIDGES];
    27 extern Bridge _bridge[MAX_BRIDGES];
    27 extern Bridge _bridge[MAX_BRIDGES];
    28 
    28 
    29 uint GetBridgeFoundation(Slope tileh, Axis axis);
    29 uint GetBridgeFoundation(Slope tileh, Axis axis);
       
    30 uint SetSpeedLimitOnBridge(Vehicle *);
    30 
    31 
    31 #endif /* BRIDGE_H */
    32 #endif /* BRIDGE_H */