diff options
author | bjarni <bjarni@openttd.org> | 2006-10-10 15:02:38 +0000 |
---|---|---|
committer | bjarni <bjarni@openttd.org> | 2006-10-10 15:02:38 +0000 |
commit | ba2be75c0cafada23a4168ea47c9971afa65d99d (patch) | |
tree | 8a796eae73ffba101d09b9ce3c2af2b0433ad4d2 /Makefile | |
parent | 4d7c5398896acca64a7691bc6dbb7041da1e3e13 (diff) | |
download | openttd-ba2be75c0cafada23a4168ea47c9971afa65d99d.tar.xz |
(svn r6722) -Codechange: [aircraft build window] moved aircraft build window to a file of it's own
Also made some changes to it so it should be easier to unify all the build vehicle windows
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -644,6 +644,7 @@ SRCS += aystar.c SRCS += bmp.c SRCS += bridge_gui.c SRCS += bridge_map.c +SRCS += build_vehicle_gui.c SRCS += callback_table.c SRCS += clear_cmd.c SRCS += command.c |