(svn r11527) -Codechange: Split the bitmath functions of to their own files

This commit is contained in:
skidd13
2007-11-26 17:50:22 +00:00
parent f56579e0d9
commit 057ae477b5
10 changed files with 348 additions and 299 deletions

View File

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

View File

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

View File

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