src/rail.h
changeset 8113 31b7784db761
parent 8108 b42a0e5c67ef
child 8116 8da76dcb3287
equal deleted inserted replaced
8112:24b89cd40bfd 8113:31b7784db761
     6 #define RAIL_H
     6 #define RAIL_H
     7 
     7 
     8 #include "gfx.h"
     8 #include "gfx.h"
     9 #include "rail_type.h"
     9 #include "rail_type.h"
    10 #include "track_type.h"
    10 #include "track_type.h"
       
    11 #include "core/bitmath_func.hpp"
    11 #include "variables.h"
    12 #include "variables.h"
    12 
    13 
    13 /** This struct contains all the info that is needed to draw and construct tracks.
    14 /** This struct contains all the info that is needed to draw and construct tracks.
    14  */
    15  */
    15 struct RailtypeInfo {
    16 struct RailtypeInfo {