summaryrefslogtreecommitdiff
path: root/projects
diff options
context:
space:
mode:
authorskidd13 <skidd13@openttd.org>2007-11-22 18:01:51 +0000
committerskidd13 <skidd13@openttd.org>2007-11-22 18:01:51 +0000
commit4e12073b2734a5f1fc40f4e92bf80bf18b11ef6d (patch)
tree15f9fac500ca3b0c918974cf4e78ed3670542e47 /projects
parentf26e90846600941bca4346b37098d7db46214f7b (diff)
downloadopenttd-4e12073b2734a5f1fc40f4e92bf80bf18b11ef6d.tar.xz
(svn r11490) -Codechange: Split the math functions to their own header
-Codechange: Replace the rest of the math macros with functions
Diffstat (limited to 'projects')
-rw-r--r--projects/openttd.vcproj3
-rw-r--r--projects/openttd_vs80.vcproj4
-rw-r--r--projects/openttd_vs90.vcproj4
3 files changed, 11 insertions, 0 deletions
diff --git a/projects/openttd.vcproj b/projects/openttd.vcproj
index cb4270d02..e7f5c9411 100644
--- a/projects/openttd.vcproj
+++ b/projects/openttd.vcproj
@@ -427,6 +427,9 @@
RelativePath=".\..\src\console.h">
</File>
<File
+ RelativePath=".\..\src\core\math_func.hpp">
+ </File>
+ <File
RelativePath=".\..\src\core\random_func.hpp">
</File>
<File
diff --git a/projects/openttd_vs80.vcproj b/projects/openttd_vs80.vcproj
index 62b4019a8..3db06ddf0 100644
--- a/projects/openttd_vs80.vcproj
+++ b/projects/openttd_vs80.vcproj
@@ -800,6 +800,10 @@
>
</File>
<File
+ RelativePath=".\..\src\core\math_func.hpp"
+ >
+ </File>
+ <File
RelativePath=".\..\src\core\random_func.hpp"
>
</File>
diff --git a/projects/openttd_vs90.vcproj b/projects/openttd_vs90.vcproj
index a997e1682..7bbad81dc 100644
--- a/projects/openttd_vs90.vcproj
+++ b/projects/openttd_vs90.vcproj
@@ -797,6 +797,10 @@
>
</File>
<File
+ RelativePath=".\..\src\core\math_func.hpp"
+ >
+ </File>
+ <File
RelativePath=".\..\src\core\random_func.hpp"
>
</File>