summaryrefslogtreecommitdiff
path: root/src/network/core/core.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2007-01-28 20:47:25 +0000
committerrubidium <rubidium@openttd.org>2007-01-28 20:47:25 +0000
commitf72dde5236afd8d9a2e29ae1750e8933666b711f (patch)
treef0a56923473a03a88c71f37b852a587ba3c56fa7 /src/network/core/core.cpp
parent2e984e04775e97ce07698c5f45ed868cb1727ead (diff)
downloadopenttd-f72dde5236afd8d9a2e29ae1750e8933666b711f.tar.xz
(svn r8445) -Cleanup: remove some @params from comments as the parameters did not exist anymore and add comments to several variables/functions.
Diffstat (limited to 'src/network/core/core.cpp')
-rw-r--r--src/network/core/core.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/network/core/core.cpp b/src/network/core/core.cpp
index ca953e5f0..259ccf6c8 100644
--- a/src/network/core/core.cpp
+++ b/src/network/core/core.cpp
@@ -6,6 +6,10 @@
#include "../../debug.h"
#include "os_abstraction.h"
+/**
+ * @file core.cpp Functions used to initialize/shut down the core network
+ */
+
#ifdef __MORPHOS__
/* the library base is required here */
struct Library *SocketBase = NULL;
@@ -13,6 +17,7 @@ struct Library *SocketBase = NULL;
/**
* Initializes the network core (as that is needed for some platforms
+ * @return true if the core has been initialized, false otherwise
*/
bool NetworkCoreInitialize(void)
{