bridge.h
changeset 3355 a653b8e47f27
parent 2763 d579caf58b59
child 3359 d4316b1af327
equal deleted inserted replaced
3354:88222b8dafef 3355:a653b8e47f27
    20 } Bridge;
    20 } Bridge;
    21 
    21 
    22 extern const Bridge orig_bridge[MAX_BRIDGES];
    22 extern const Bridge orig_bridge[MAX_BRIDGES];
    23 extern Bridge _bridge[MAX_BRIDGES];
    23 extern Bridge _bridge[MAX_BRIDGES];
    24 
    24 
       
    25 uint GetBridgeFoundation(uint tileh, Axis axis);
       
    26 
    25 #endif /* BRIDGE_H */
    27 #endif /* BRIDGE_H */