summaryrefslogtreecommitdiff
path: root/source.list
diff options
context:
space:
mode:
authorskidd13 <skidd13@openttd.org>2007-11-21 19:13:38 +0000
committerskidd13 <skidd13@openttd.org>2007-11-21 19:13:38 +0000
commit83601671c7b6aca820b3d55ced8ba30d0c82b4b5 (patch)
treee5365f6350e2ea95f1048090f341a3d4c533c9e8 /source.list
parentd53bfd8f2fea259e136286515b1801aeea0547dc (diff)
downloadopenttd-83601671c7b6aca820b3d55ced8ba30d0c82b4b5.tar.xz
(svn r11488) -Codechange: Spilt the random functions out to seperate file
-Codechange: Make the mersenne twister more readable -Codechange: Unify the seeding process of random
Diffstat (limited to 'source.list')
-rw-r--r--source.list3
1 files changed, 2 insertions, 1 deletions
diff --git a/source.list b/source.list
index a4cc2da0a..71b615a60 100644
--- a/source.list
+++ b/source.list
@@ -10,6 +10,7 @@ cargotype.cpp
command.cpp
console.cpp
console_cmds.cpp
+core/random_func.cpp
currency.cpp
date.cpp
debug.cpp
@@ -30,7 +31,6 @@ helpers.cpp
landscape.cpp
map.cpp
md5.cpp
-mersenne.cpp
minilzo.cpp
misc.cpp
mixer.cpp
@@ -108,6 +108,7 @@ cargopacket.h
cargotype.h
command.h
console.h
+core/random_func.hpp
currency.h
date.h
debug.h