summaryrefslogtreecommitdiff
path: root/projects/openttd.vcproj
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 /projects/openttd.vcproj
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 'projects/openttd.vcproj')
-rw-r--r--projects/openttd.vcproj9
1 files changed, 6 insertions, 3 deletions
diff --git a/projects/openttd.vcproj b/projects/openttd.vcproj
index 7ee50b846..cb4270d02 100644
--- a/projects/openttd.vcproj
+++ b/projects/openttd.vcproj
@@ -198,6 +198,9 @@
RelativePath=".\..\src\console_cmds.cpp">
</File>
<File
+ RelativePath=".\..\src\core\random_func.cpp">
+ </File>
+ <File
RelativePath=".\..\src\currency.cpp">
</File>
<File
@@ -258,9 +261,6 @@
RelativePath=".\..\src\md5.cpp">
</File>
<File
- RelativePath=".\..\src\mersenne.cpp">
- </File>
- <File
RelativePath=".\..\src\minilzo.cpp">
</File>
<File
@@ -427,6 +427,9 @@
RelativePath=".\..\src\console.h">
</File>
<File
+ RelativePath=".\..\src\core\random_func.hpp">
+ </File>
+ <File
RelativePath=".\..\src\currency.h">
</File>
<File