(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:
13
src/network/core/core.h
Normal file
13
src/network/core/core.h
Normal file
@@ -0,0 +1,13 @@
|
||||
/* $Id$ */
|
||||
|
||||
#ifndef NETWORK_CORE_H
|
||||
#define NETWORK_CORE_H
|
||||
|
||||
#ifdef ENABLE_NETWORK
|
||||
|
||||
void NetworkCoreInitialize(void);
|
||||
void NetworkCoreShutdown(void);
|
||||
|
||||
#endif /* ENABLE_NETWORK */
|
||||
|
||||
#endif /* NETWORK_CORE_H */
|
Reference in New Issue
Block a user