X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Flibr2c2%2Fcentralstation.h;h=4539e0b10d00f56db768b9c416b5d138e87ab546;hb=ac3bd4db7b4d639488e05dab7d8316182f5368c7;hp=90f44715a70da64298d2e0e5af2296867788fcbb;hpb=374dc443d044f31c925342f339a628c860c08a7e;p=r2c2.git diff --git a/source/libr2c2/centralstation.h b/source/libr2c2/centralstation.h index 90f4471..4539e0b 100644 --- a/source/libr2c2/centralstation.h +++ b/source/libr2c2/centralstation.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of R²C² -Copyright © 2010 Mikkosoft Productions, Mikko Rasa -Distributed under the GPL -*/ - #ifndef LIBR2C2_CENTRALSTATION_H_ #define LIBR2C2_CENTRALSTATION_H_ @@ -79,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;