diff options
author | ludde <ludde@openttd.org> | 2005-07-29 22:13:04 +0000 |
---|---|---|
committer | ludde <ludde@openttd.org> | 2005-07-29 22:13:04 +0000 |
commit | 24986e9144a20a08c59b4d84dd35fc746b00bd19 (patch) | |
tree | 2e7ed92288591fd60a06902fb726c3b3a12409ee /Makefile | |
parent | bb1e1f2b5f8f75dfe4b4026445a70a720b46ee8d (diff) | |
download | openttd-24986e9144a20a08c59b4d84dd35fc746b00bd19.tar.xz |
(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.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 |