equal
deleted
inserted
replaced
6 #define ROAD_FUNC_H |
6 #define ROAD_FUNC_H |
7 |
7 |
8 #include "core/bitmath_func.hpp" |
8 #include "core/bitmath_func.hpp" |
9 #include "road_type.h" |
9 #include "road_type.h" |
10 #include "direction_func.h" |
10 #include "direction_func.h" |
11 #include "player_type.h" |
11 #include "company_type.h" |
12 |
12 |
13 /** |
13 /** |
14 * Whether the given roadtype is valid. |
14 * Whether the given roadtype is valid. |
15 * @param rt the roadtype to check for validness |
15 * @param rt the roadtype to check for validness |
16 * @return true if and only if valid |
16 * @return true if and only if valid |