src/network/core/config.h
branchcpp_gui
changeset 6268 4b5241e5dd10
parent 6210 717cc12ac0a9
child 6719 4cc327ad39d5
--- a/src/network/core/config.h	Tue Feb 27 23:54:28 2007 +0000
+++ b/src/network/core/config.h	Wed Feb 28 00:33:40 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 */