diff options
author | rubidium <rubidium@openttd.org> | 2009-03-21 01:34:31 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2009-03-21 01:34:31 +0000 |
commit | 3ef8a09e20d8ab33d3b87d63be0ffa2c34fb427a (patch) | |
tree | f1445bfef3792ebd7abfef3479ee355581e5602e /projects | |
parent | da37ab321dda9975eb9e8f3243214f8f120b52a9 (diff) | |
download | openttd-3ef8a09e20d8ab33d3b87d63be0ffa2c34fb427a.tar.xz |
(svn r15777) -Add: helper functions to get the least common multiple and the greatest common divisor (Alberth)
Diffstat (limited to 'projects')
-rw-r--r-- | projects/openttd_vs80.vcproj | 4 | ||||
-rw-r--r-- | projects/openttd_vs90.vcproj | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/projects/openttd_vs80.vcproj b/projects/openttd_vs80.vcproj index caa5cfe1d..61ab031b8 100644 --- a/projects/openttd_vs80.vcproj +++ b/projects/openttd_vs80.vcproj @@ -1672,6 +1672,10 @@ > </File> <File + RelativePath=".\..\src\core\math_func.cpp" + > + </File> + <File RelativePath=".\..\src\core\math_func.hpp" > </File> diff --git a/projects/openttd_vs90.vcproj b/projects/openttd_vs90.vcproj index 4ed8aa9e8..0c715ad45 100644 --- a/projects/openttd_vs90.vcproj +++ b/projects/openttd_vs90.vcproj @@ -1669,6 +1669,10 @@ > </File> <File + RelativePath=".\..\src\core\math_func.cpp" + > + </File> + <File RelativePath=".\..\src\core\math_func.hpp" > </File> |