diff options
author | tron <tron@openttd.org> | 2005-08-06 14:59:54 +0000 |
---|---|---|
committer | tron <tron@openttd.org> | 2005-08-06 14:59:54 +0000 |
commit | baca040df07df8d02e342ae1fbc2357b2e116062 (patch) | |
tree | abe83980b6dfec97b5a7f8cb50bc2959e2656c88 /Makefile | |
parent | 4f15ada6cdd2b322f8f2b7a0ad41be7c2cda1192 (diff) | |
download | openttd-baca040df07df8d02e342ae1fbc2357b2e116062.tar.xz |
(svn r2815) Store the currency information in one central place instead of scattering it in several unrelated files
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -591,6 +591,7 @@ C_SOURCES += clear_cmd.c C_SOURCES += command.c C_SOURCES += console.c C_SOURCES += console_cmds.c +C_SOURCES += currency.c C_SOURCES += debug.c C_SOURCES += dedicated.c C_SOURCES += depot.c |