From 83601671c7b6aca820b3d55ced8ba30d0c82b4b5 Mon Sep 17 00:00:00 2001 From: skidd13 Date: Wed, 21 Nov 2007 19:13:38 +0000 Subject: (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 --- source.list | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source.list') 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 -- cgit v1.2.3-54-g00ecf