(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

@@ -32,6 +32,7 @@ misc.c
mixer.c
music.c
namegen.c
network/core/core.c
network/core/packet.c
network/core/tcp.c
network/core/udp.c
@@ -115,6 +116,7 @@ md5.h
mixer.h
music.h
network/core/config.h
network/core/core.h
network/core/game.h
network/core/os_abstraction.h
network/core/packet.h