]> git.tdb.fi Git - r2c2.git/blobdiff - source/libr2c2/centralstation.h
Set vehicle position from reference if it has no track
[r2c2.git] / source / libr2c2 / centralstation.h
index 90f44715a70da64298d2e0e5af2296867788fcbb..4539e0b10d00f56db768b9c416b5d138e87ab546 100644 (file)
@@ -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;