src/network/core/core.h
changeset 6447 3b71e57fd22b
parent 6132 dcc73c6b395d
child 6298 c30fe89622df
child 6573 7624f942237f
--- a/src/network/core/core.h	Fri Feb 23 08:19:24 2007 +0000
+++ b/src/network/core/core.h	Fri Feb 23 08:37:33 2007 +0000
@@ -1,5 +1,9 @@
 /* $Id$ */
 
+/**
+ * @file core.h Base for all network types (UDP and TCP)
+ */
+
 #ifndef NETWORK_CORE_H
 #define NETWORK_CORE_H
 
@@ -8,10 +12,6 @@
 #include "os_abstraction.h"
 #include "../../newgrf_config.h"
 
-/**
- * @file core.h Base for all network types (UDP and TCP)
- */
-
 bool NetworkCoreInitialize(void);
 void NetworkCoreShutdown(void);