summaryrefslogtreecommitdiff
path: root/source.list
diff options
context:
space:
mode:
authorsmatz <smatz@openttd.org>2009-05-22 15:13:50 +0000
committersmatz <smatz@openttd.org>2009-05-22 15:13:50 +0000
commit62a7948af0ca9eb3b190a54918201e1075edcbbc (patch)
tree27a79b7850682cd43cac2462c3410ed8b567c4b2 /source.list
parent04723b240ebc7384954f73590be517ad2a47ce04 (diff)
downloadopenttd-62a7948af0ca9eb3b190a54918201e1075edcbbc.tar.xz
(svn r16378) -Codechange: replace OldPool with simpler Pool. Compilation time, binary size and run time (with asserts disabled) should be improved
Diffstat (limited to 'source.list')
-rw-r--r--source.list5
1 files changed, 2 insertions, 3 deletions
diff --git a/source.list b/source.list
index cbd654e3f..5a5af4ea7 100644
--- a/source.list
+++ b/source.list
@@ -48,7 +48,6 @@ network/network_gamelist.cpp
network/network_server.cpp
network/network_udp.cpp
npf.cpp
-oldpool.cpp
openttd.cpp
os_timer.cpp
#if WIN32
@@ -243,8 +242,6 @@ npf.h
music/null_m.h
sound/null_s.h
video/null_v.h
-oldpool.h
-oldpool_func.h
openttd.h
order_base.h
order_func.h
@@ -367,6 +364,8 @@ core/math_func.cpp
core/math_func.hpp
core/mem_func.hpp
core/overflowsafe_type.hpp
+core/pool.hpp
+core/pool_func.hpp
core/random_func.cpp
core/random_func.hpp
core/smallmap_type.hpp