(svn r13343) -Codechange: reorder/move variable/functions in the network headers so that nothing from the network directory needs to include basically all network headers.

This commit is contained in:
rubidium
2008-05-30 18:20:26 +00:00
parent 026afc097a
commit bae02e8c67
32 changed files with 457 additions and 358 deletions

View File

@@ -1140,7 +1140,7 @@
>
</File>
<File
RelativePath=".\..\src\network\network_data.h"
RelativePath=".\..\src\network\network_func.h"
>
</File>
<File
@@ -1159,6 +1159,10 @@
RelativePath=".\..\src\network\network_server.h"
>
</File>
<File
RelativePath=".\..\src\network\network_type.h"
>
</File>
<File
RelativePath=".\..\src\network\network_udp.h"
>

View File

@@ -1137,7 +1137,7 @@
>
</File>
<File
RelativePath=".\..\src\network\network_data.h"
RelativePath=".\..\src\network\network_func.h"
>
</File>
<File
@@ -1156,6 +1156,10 @@
RelativePath=".\..\src\network\network_server.h"
>
</File>
<File
RelativePath=".\..\src\network\network_type.h"
>
</File>
<File
RelativePath=".\..\src\network\network_udp.h"
>