diff options
author | skidd13 <skidd13@openttd.org> | 2007-11-22 18:01:51 +0000 |
---|---|---|
committer | skidd13 <skidd13@openttd.org> | 2007-11-22 18:01:51 +0000 |
commit | 737aec4db6e6368939b22d5e4afd3b9822ddc27e (patch) | |
tree | 15f9fac500ca3b0c918974cf4e78ed3670542e47 /projects | |
parent | 1d56af1d33292e92fc7536044dbf37d7d45de303 (diff) | |
download | openttd-737aec4db6e6368939b22d5e4afd3b9822ddc27e.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.vcproj | 3 | ||||
-rw-r--r-- | projects/openttd_vs80.vcproj | 4 | ||||
-rw-r--r-- | projects/openttd_vs90.vcproj | 4 |
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> |