]> git.tdb.fi Git - r2c2.git/commit
Add support for named zones
authorMikko Rasa <tdb@tdb.fi>
Sun, 21 Nov 2010 18:40:12 +0000 (18:40 +0000)
committerMikko Rasa <tdb@tdb.fi>
Sun, 21 Nov 2010 18:40:12 +0000 (18:40 +0000)
commit7e27b311e33beda1746eb63e0945633f262427f6
treeabe1770571fa77354052f4f2b685b0302c196c28
parent2abb7008a1e2b93b77742693becf6fe0b8567d6e
Add support for named zones
16 files changed:
source/designer/designer.cpp
source/designer/designer.h
source/designer/zonebar.cpp [new file with mode: 0644]
source/designer/zonebar.h [new file with mode: 0644]
source/designer/zoneproperties.cpp [new file with mode: 0644]
source/designer/zoneproperties.h [new file with mode: 0644]
source/libr2c2/layout.cpp
source/libr2c2/layout.h
source/libr2c2/route.cpp
source/libr2c2/route.h
source/libr2c2/timetable.cpp
source/libr2c2/timetable.h
source/libr2c2/train.cpp
source/libr2c2/train.h
source/libr2c2/zone.cpp [new file with mode: 0644]
source/libr2c2/zone.h [new file with mode: 0644]