summaryrefslogtreecommitdiff
path: root/projects/openttd_vs80.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
commit039570342d9c77650d88835c82aef4e6c801a1a0 (patch)
treee5365f6350e2ea95f1048090f341a3d4c533c9e8 /projects/openttd_vs80.vcproj
parent00c376129d0f241dfe0b71bd2ffacf4c5dfd1803 (diff)
downloadopenttd-039570342d9c77650d88835c82aef4e6c801a1a0.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_vs80.vcproj')
-rw-r--r--projects/openttd_vs80.vcproj12
1 files changed, 8 insertions, 4 deletions
diff --git a/projects/openttd_vs80.vcproj b/projects/openttd_vs80.vcproj
index 07ec91eea..62b4019a8 100644
--- a/projects/openttd_vs80.vcproj
+++ b/projects/openttd_vs80.vcproj
@@ -496,6 +496,10 @@
>
</File>
<File
+ RelativePath=".\..\src\core\random_func.cpp"
+ >
+ </File>
+ <File
RelativePath=".\..\src\currency.cpp"
>
</File>
@@ -576,10 +580,6 @@
>
</File>
<File
- RelativePath=".\..\src\mersenne.cpp"
- >
- </File>
- <File
RelativePath=".\..\src\minilzo.cpp"
>
</File>
@@ -800,6 +800,10 @@
>
</File>
<File
+ RelativePath=".\..\src\core\random_func.hpp"
+ >
+ </File>
+ <File
RelativePath=".\..\src\currency.h"
>
</File>