author | peter1138 |
Mon, 25 Aug 2008 16:20:26 +0000 | |
changeset 10011 | eeec680fed23 |
parent 10010 | 09ff8bd74b87 |
child 10012 | c773e1c2c03b |
src/road_type.h | file | annotate | diff | comparison | revisions |
--- a/src/road_type.h Mon Aug 25 16:10:34 2008 +0000 +++ b/src/road_type.h Mon Aug 25 16:20:26 2008 +0000 @@ -13,6 +13,7 @@ * @note currently only ROADTYPE_ROAD and ROADTYPE_TRAM are supported. */ enum RoadType { + ROADTYPE_BEGIN = 0, ///< Used for iterations ROADTYPE_ROAD = 0, ///< Basic road type ROADTYPE_TRAM = 1, ///< Trams ROADTYPE_HWAY = 2, ///< Only a placeholder. Not sure what we are going to do with this road type.