(svn r7829) -Codechange: move the network (core) initialization/shutdown functions into network/core, so the can be reused in the masterserver_updater.

This commit is contained in:
rubidium
2007-01-04 18:50:40 +00:00
parent c231b1fa9a
commit 627ebe8430
6 changed files with 117 additions and 64 deletions

View File

@@ -259,6 +259,9 @@
<File
RelativePath=".\..\src\namegen.c">
</File>
<File
RelativePath=".\..\src\network\core\core.c">
</File>
<File
RelativePath=".\..\src\network\core\packet.c">
</File>
@@ -476,6 +479,9 @@
<File
RelativePath=".\..\src\network\core\config.h">
</File>
<File
RelativePath=".\..\src\network\core\core.h">
</File>
<File
RelativePath=".\..\src\network\core\game.h">
</File>

View File

@@ -542,6 +542,9 @@
<File
RelativePath=".\..\src\namegen.c">
</File>
<File
RelativePath=".\..\src\network\core\core.c">
</File>
<File
RelativePath=".\..\src\network\core\packet.c">
</File>
@@ -759,6 +762,9 @@
<File
RelativePath=".\..\src\network\core\config.h">
</File>
<File
RelativePath=".\..\src\network\core\core.h">
</File>
<File
RelativePath=".\..\src\network\core\game.h">
</File>