diff -r 2d550f67dcba -r 2aae24b0881f src/network/core/packet.h --- 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