src/network/core/config.h
changeset 6121 2aae24b0881f
parent 5959 98a64c6e7f1f
child 6780 ba49b125d95e
--- a/src/network/core/config.h	Fri Feb 23 08:19:24 2007 +0000
+++ b/src/network/core/config.h	Fri Feb 23 08:37:33 2007 +0000
@@ -1,14 +1,14 @@
 /* $Id$ */
 
+/**
+ * @file config.h Configuration options of the network stuff
+ */
+
 #ifndef NETWORK_CORE_CONFIG_H
 #define NETWORK_CORE_CONFIG_H
 
 #ifdef ENABLE_NETWORK
 
-/**
- * @file config.h Configuration options of the network stuff
- */
-
 /** DNS hostname of the masterserver */
 #define NETWORK_MASTER_SERVER_HOST "master.openttd.org"
 /** Message sent to the masterserver to 'identify' this client as OpenTTD */