src/network/core/core.h
author rubidium
Thu, 04 Jan 2007 21:21:14 +0000
changeset 5527 7a624281971a
parent 5524 93460e0fed07
child 5624 6afe9d27430a
permissions -rw-r--r--
(svn r7834) -Codechange: cleanup the includes of network/core a little; include headers in headers when the header needs types/constants defined in them.
/* $Id$ */

#ifndef NETWORK_CORE_H
#define NETWORK_CORE_H

#ifdef ENABLE_NETWORK

bool NetworkCoreInitialize(void);
void NetworkCoreShutdown(void);

#endif /* ENABLE_NETWORK */

#endif /* NETWORK_CORE_H */