(svn r2756) Renamed railtypes into _railtypes

Renamed railtypes.c into railtypes.h, all other tables are in .h files. (It should be in the tables dir but I couldn't figure out how to get it there without deleting it first).
Added const and extern.
This commit is contained in:
ludde
2005-07-29 22:13:04 +00:00
parent bb1e1f2b5f
commit 24986e9144
4 changed files with 6 additions and 11 deletions

View File

@@ -670,7 +670,6 @@ C_SOURCES += queue.c
C_SOURCES += rail.c
C_SOURCES += rail_cmd.c
C_SOURCES += rail_gui.c
C_SOURCES += railtypes.c
C_SOURCES += rev.c
C_SOURCES += road_cmd.c
C_SOURCES += road_gui.c