bridge.h
changeset 3977 513433ebd092
parent 3933 231ae3c419f4
child 4293 4b7006c1b5eb
equal deleted inserted replaced
3976:6135bc445350 3977:513433ebd092
    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 *);
       
    31 
    30 
    32 #endif /* BRIDGE_H */
    31 #endif /* BRIDGE_H */