src/network/core/packet.h
changeset 6121 2aae24b0881f
parent 5918 f06b73812d5f
child 6247 7d81e3a5d803
--- a/src/network/core/packet.h	Fri Feb 23 08:19:24 2007 +0000
+++ b/src/network/core/packet.h	Fri Feb 23 08:37:33 2007 +0000
@@ -1,5 +1,9 @@
 /* $Id$ */
 
+/**
+ * @file packet.h Basic functions to create, fill and read packets.
+ */
+
 #ifndef NETWORK_CORE_PACKET_H
 #define NETWORK_CORE_PACKET_H
 
@@ -8,10 +12,6 @@
 #include "config.h"
 #include "core.h"
 
-/**
- * @file packet.h Basic functions to create, fill and read packets.
- */
-
 typedef uint16 PacketSize; ///< Size of the whole packet.
 typedef uint8  PacketType; ///< Identifier for the packet