(svn r11490) -Codechange: Split the math functions to their own header

-Codechange: Replace the rest of the math macros with functions
This commit is contained in:
skidd13
2007-11-22 18:01:51 +00:00
parent f26e908466
commit 4e12073b27
7 changed files with 243 additions and 206 deletions

View File

@@ -426,6 +426,9 @@
<File
RelativePath=".\..\src\console.h">
</File>
<File
RelativePath=".\..\src\core\math_func.hpp">
</File>
<File
RelativePath=".\..\src\core\random_func.hpp">
</File>

View File

@@ -799,6 +799,10 @@
RelativePath=".\..\src\console.h"
>
</File>
<File
RelativePath=".\..\src\core\math_func.hpp"
>
</File>
<File
RelativePath=".\..\src\core\random_func.hpp"
>

View File

@@ -796,6 +796,10 @@
RelativePath=".\..\src\console.h"
>
</File>
<File
RelativePath=".\..\src\core\math_func.hpp"
>
</File>
<File
RelativePath=".\..\src\core\random_func.hpp"
>