X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Flibr2c2%2Fcentralstation.h;fp=source%2Flibr2c2%2Fcentralstation.h;h=4539e0b10d00f56db768b9c416b5d138e87ab546;hb=a76a60a5eb20f6e7c5bfc2a7250529b2510df987;hp=4554d147b91382242422f729f8aade4d6c8521af;hpb=094ed2835144e4157fee5b178ab6948f92f97e07;p=r2c2.git diff --git a/source/libr2c2/centralstation.h b/source/libr2c2/centralstation.h index 4554d14..4539e0b 100644 --- a/source/libr2c2/centralstation.h +++ b/source/libr2c2/centralstation.h @@ -72,10 +72,12 @@ private: { enum Symbol { - LEFT, - RIGHT, - THREEWAY, - DOUBLESLIP + LEFT = 0, + RIGHT = 1, + THREEWAY = 2, + DOUBLESLIP = 3, + CURVED_LEFT = 21, + CURVED_RIGHT = 22 }; unsigned address;