summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authortruelight <truelight@openttd.org>2004-08-20 09:32:32 +0000
committertruelight <truelight@openttd.org>2004-08-20 09:32:32 +0000
commit788ace088d8b3ba2afd77a8b21b532abc40d9eba (patch)
tree493248c0850e836b9a0d35c0fdddf9673b2a01b3 /Makefile
parent80b1e25b6ce190a773ab9fe50927a983c8f2d038 (diff)
downloadopenttd-788ace088d8b3ba2afd77a8b21b532abc40d9eba.tar.xz
(svn r85) -Add: initial commit of new AI (enable in Patch menu)
-Add: generalised A* Algorithm -Add: generalised queues (Fifo, Stack, InsSort, BinaryHeap)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 61abec123..ea64f6c06 100644
--- a/Makefile
+++ b/Makefile
@@ -434,7 +434,8 @@ ttd_SOURCES = \
texteff.c town_cmd.c town_gui.c train_cmd.c train_gui.c tree_cmd.c \
ttd.c tunnelbridge_cmd.c unmovable_cmd.c vehicle.c viewport.c \
water_cmd.c widget.c window.c minilzo.c screenshot.c settings.c rev.c \
- grfspecial.c terraform_gui.c network_gui.c
+ grfspecial.c terraform_gui.c network_gui.c aystar.c queue.c \
+ ai_new.c ai_build.c ai_pathfinder.c ai_shared.c
ifdef WITH_SDL
ttd_SOURCES += sdl.c