bridge.h
changeset 3636 a36cc46e754d
parent 3359 633290bf1117
child 3933 231ae3c419f4
equal deleted inserted replaced
3635:26da0c860a64 3636:a36cc46e754d
    24 } Bridge;
    24 } Bridge;
    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(uint tileh, Axis axis);
    29 uint GetBridgeFoundation(Slope tileh, Axis axis);
    30 
    30 
    31 #endif /* BRIDGE_H */
    31 #endif /* BRIDGE_H */