src/network/core/core.c
Thu, 04 Jan 2007 20:33:50 +0000 rubidium (svn r7833) -Fix (r7829): forgot to add debug.h to the includes.
Thu, 04 Jan 2007 19:12:45 +0000 rubidium (svn r7830) -Codechange: let NetworkCoreInitialize return a bool, so we have to set _network_available only once.
Thu, 04 Jan 2007 18:50:40 +0000 rubidium (svn r7829) -Codechange: move the network (core) initialization/shutdown functions into network/core, so the can be reused in the masterserver_updater.