diff options
author | truelight <truelight@openttd.org> | 2005-02-01 18:30:11 +0000 |
---|---|---|
committer | truelight <truelight@openttd.org> | 2005-02-01 18:30:11 +0000 |
commit | 6d5fdc2b6883f3522ccd0d4fa49e5855c5c70f79 (patch) | |
tree | 35f04fe054bc30ef92e351bf9b71b916a1236a55 /Makefile | |
parent | c02c35e256df49c88bb654f707379f803d70a120 (diff) | |
download | openttd-6d5fdc2b6883f3522ccd0d4fa49e5855c5c70f79.tar.xz |
(svn r1763) -Add: pool.c / pool.h: generalized routines for dynamic arrays (MemoryPools)
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -600,6 +600,7 @@ C_SOURCES += order_gui.c C_SOURCES += pathfind.c C_SOURCES += player_gui.c C_SOURCES += players.c +C_SOURCES += pool.c C_SOURCES += queue.c C_SOURCES += rail_cmd.c C_SOURCES += rail_gui.c |