From 62a7948af0ca9eb3b190a54918201e1075edcbbc Mon Sep 17 00:00:00 2001 From: smatz Date: Fri, 22 May 2009 15:13:50 +0000 Subject: (svn r16378) -Codechange: replace OldPool with simpler Pool. Compilation time, binary size and run time (with asserts disabled) should be improved --- source.list | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'source.list') 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 -- cgit v1.2.3-54-g00ecf